Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

to_static_wstring (7 of 9 overloads)
PrevUpHomeNext

Converts value to a static_wstring

Synopsis

Defined in header <boost/static_string/static_string.hpp>

static_wstring< std::numeric_limits< float >::max_digits10+8 >
to_static_wstring(
    float value) noexcept;

Convenience header <boost/static_string.hpp>


PrevUpHomeNext