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 a snapshot of the develop branch, built from commit f8f3d75ae3.
PrevUpHomeNext

to_static_string (5 of 9 overloads)

Converts value to a static_string

Synopsis

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

static_string< std::numeric_limits< unsigned long >::digits10+1 >
to_static_string(
    unsigned long value);

PrevUpHomeNext