omni::stof
Defined in omni/String.h
- 
float omni::stof(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.