Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::capacity

Returns the number of characters that can be held in currently allocated storage.

Synopsis
BOOST_STATIC_STRING_CPP11_CONSTEXPR size_type
capacity() const;
Description

This function always returns max_size().


PrevUpHomeNext