tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
to_floating_point.hpp File Reference

Go to the source code of this file.

Classes

struct  to_floating_point_result< Float >
 

Namespaces

namespace  etl
 
namespace  etl::strings
 

Enumerations

enum struct  to_floating_point_error : unsigned char { none , invalid_input , overflow }
 

Functions

template<typename Float>
constexpr auto to_floating_point (etl::string_view str) noexcept -> to_floating_point_result< Float >