@brief Get the pointer to the raw data of referenced character sequence. @return The pointer to the raw data of referenced character sequence.
| 2405 | /// @brief Get the pointer to the raw data of referenced character sequence. |
| 2406 | /// @return The pointer to the raw data of referenced character sequence. |
| 2407 | const_pointer data() const noexcept { |
| 2408 | return mp_str; |
| 2409 | } |
| 2410 | |
| 2411 | /// @brief Moves the beginning position by `n` elements. |
| 2412 | /// @param n The number of elements by which to move the beginning position. |