Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::max_size

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

Synopsis
size_type constexpr
max_size() const;
Description

PrevUpHomeNext