|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| template<size_t Capacity> | |
| constexpr auto | stod (inplace_string< Capacity > const &str, size_t *pos=nullptr) -> double |
| Interprets a floating point value in a string str. | |
| template<size_t Capacity> | |
| constexpr auto | stof (inplace_string< Capacity > const &str, size_t *pos=nullptr) -> float |
| Interprets a floating point value in a string str. | |
| template<size_t Capacity> | |
| constexpr auto | stold (inplace_string< Capacity > const &str, size_t *pos=nullptr) -> long double |
| Interprets a floating point value in a string str. | |