@brief Get the size of the referenced character sequence. @return The size of the referenced character sequence.
| 2357 | /// @brief Get the size of the referenced character sequence. |
| 2358 | /// @return The size of the referenced character sequence. |
| 2359 | size_type length() const noexcept { |
| 2360 | return m_len; |
| 2361 | } |
| 2362 | |
| 2363 | /// @brief Get the maximum number of the character sequence size. |
| 2364 | /// @return The maximum number of the character sequence size. |