Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::max_size

Returns the maximum number of characters that can be stored, excluding the null terminator.

Synopsis
BOOST_STATIC_STRING_CPP11_CONSTEXPR size_type
max_size() const;
Description

PrevUpHomeNext