std::stof,std::stod,std::stold (3) Linux Manual Page
std::stof,std::stod,std::stold – std::stof,std::stod,std::stold Synopsis Defined in header<string> float stof(const std::string &str, std::size_t *pos = 0); (1)(since C++ 11) float stof(const std::wstring &str, std::size_t *pos = 0); double stod(const std::string &str, std::size_t *pos = 0); (2)(since C++ 11) double stod(const std::wstring &str, std::size_t *pos = 0); long double stold(const std::string &str, std::size_t *pos = 0); (3)(since…
