Searched refs:to_string_impl (Results 1 – 1 of 1) sorted by relevance
23 static std::string to_string_impl(RoundtripType value) { in to_string_impl() function51 return to_string_impl<float, 9>(value); in to_string()55 return to_string_impl<double, 17>(value); in to_string()