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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

to_static_wstring (4 of 9 overloads)

Converts value to a static_wstring

Synopsis

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

static_wstring< std::numeric_limits< unsigned int >::digits10+1 >
to_static_wstring(
    unsigned int value);

PrevUpHomeNext