Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

to_static_wstring (3 of 9 overloads)

Converts value to a static_wstring

Synopsis

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

static_wstring< std::numeric_limits< long long >::digits10+2 >
to_static_wstring(
    long long value);

PrevUpHomeNext