Searched refs:StrToT (Results 1 – 1 of 1) sorted by relevance
65 T StrToT(const char* str, char** str_end);68 inline float StrToT(const char* str, char** str_end) { in StrToT() function73 inline double StrToT(const char* str, char** str_end) { in StrToT() function78 inline long double StrToT(const char* str, char** str_end) { in StrToT() function92 const T value = StrToT<T>(str_str.c_str(), &end); in ParseFloatingPoint()