@brief Get the last element. @return The last element.
| 2399 | /// @brief Get the last element. |
| 2400 | /// @return The last element. |
| 2401 | const_reference back() const { |
| 2402 | return *(mp_str + m_len - 1); |
| 2403 | } |
| 2404 | |
| 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. |