reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/basic_string.h
 6372   { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
 6377   { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
 6382   { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
 6387   { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
 6392   { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
 6398   { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
 6402   { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
 6406   { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
 6478   { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
 6483   { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(),
 6488   { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(),
 6493   { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(),
 6498   { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(),
 6504   { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }
 6508   { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
 6512   { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }