![]() |
Home | Libraries | People | FAQ | More |
Return the number of additional characters that can be stored.
constexpr basic_static_string::size_type
available() const noexcept;
Returns max_size()
- size(), i.e. the number of characters that can
still be inserted before the string reaches its capacity.
Constant.