stod#
Fully qualified name: omni::stod
Defined in omni/String.h
- 
double omni::stod(const string &str, std::size_t *pos = nullptr)#
 Interprets the string
stras 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.