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