Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::capacity

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

Synopsis
size_type constexpr
capacity() const;
Description

PrevUpHomeNext