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