Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::size

Return the size of the string.

Synopsis
constexpr size_type
size() const;
Description

Returns the number of characters stored in the string, excluding the null terminator.

Complexity

Constant.


PrevUpHomeNext