Return the number of characters in the string.
std::size_t size() const noexcept;
std::size_t
The value returned does not include the null terminator, which is always present.
Constant.