@brief Get the first element. @return The first element.
| 2393 | /// @brief Get the first element. |
| 2394 | /// @return The first element. |
| 2395 | const_reference front() const noexcept { |
| 2396 | return *mp_str; |
| 2397 | } |
| 2398 | |
| 2399 | /// @brief Get the last element. |
| 2400 | /// @return The last element. |