@brief Get the iterator to the first element. (Always constant) @return The iterator to the first element.
| 2315 | /// @brief Get the iterator to the first element. (Always constant) |
| 2316 | /// @return The iterator to the first element. |
| 2317 | const_iterator cbegin() const noexcept { |
| 2318 | return mp_str; |
| 2319 | } |
| 2320 | |
| 2321 | /// @brief Get the iterator to the past-the-end element. (Always constant) |
| 2322 | /// @return The iterator to the past-the-end element. |