Copyright © Audi Electronics Venture GmbH.
More...
Go to the source code of this file.
|
enum class | float_format { general = 0
, scientific = 1
, fixed = 2
, hex = 3
} |
|
|
const std::locale & | get_c_locale () |
|
template<typename T > |
std::string | float_to_string (T value, float_format format) |
|
template<typename T > |
T | string_to_float (std::string_view value) |
|
template<typename T > |
std::string | to_string (T value, float_format=float_format::fixed) |
|
template<> |
std::string | to_string (float value, float_format format) |
|
template<> |
std::string | to_string (double value, float_format format) |
|
std::pair< int, size_t > | get_base (std::string_view value) |
|
template<typename T > |
T | to_number (std::string_view value, int base=0) |
|
template<> |
float | to_number (std::string_view value, int) |
|
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file string_conversion.h.