tetl 0.1.0
Embedded Template Library
|
etl::basic_inplace_string class template More...
Classes | |
struct | char_traits< CharT > |
The char_traits class is a traits class template that abstracts basic character and string operations for a given character type. More... | |
struct | char_traits< char > |
Specializations of char_traits for type char. More... | |
struct | char_traits< char16_t > |
Specializations of char_traits for type char16_t. More... | |
struct | char_traits< char32_t > |
Specializations of char_traits for type char32_t. More... | |
struct | char_traits< char8_t > |
Specializations of char_traits for type char8_t. More... | |
struct | char_traits< wchar_t > |
Specializations of char_traits for type wchar_t. More... | |
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. | |
etl::basic_inplace_string class template
|
constexpr |
Interprets a floating point value in a string str.
str | The string to convert. |
pos | Pointer to integer to store the number of characters used. |
|
constexpr |
Interprets a floating point value in a string str.
str | The string to convert. |
pos | Pointer to integer to store the number of characters used. |
|
constexpr |
Interprets a floating point value in a string str.
str | The string to convert. |
pos | Pointer to integer to store the number of characters used. |