libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ to_string() [2/9]

__vstring __gnu_cxx::to_string ( float __val)
inline

Definition at line 2774 of file vstring.h.

2775 {
2776 const int __n = __numeric_traits<float>::__max_exponent10 + 20;
2777 return __gnu_cxx::__to_xstring<__vstring>(&std::vsnprintf, __n,
2778 "%f", __val);
2779 }
_String __to_xstring(int(*__convf)(_CharT *, std::size_t, const _CharT *, __builtin_va_list), std::size_t __n, const _CharT *__fmt,...)

References __to_xstring().

Here is the call graph for this function: