omni::stold
Defined in omni/String.h
-
long double omni::stold(const string &str, std::size_t *pos = nullptr)
Interprets the string
str
as a floating point value.- Parameters
str – The string to convert.
pos – Address of an integer to store the number of characters processed.
- Throws
- Returns
Floating point value corresponding to the contents of
str
.