@brief Get the iterator to the first element. (Always constant) @return The iterator to the first element.
| 2303 | /// @brief Get the iterator to the first element. (Always constant) |
| 2304 | /// @return The iterator to the first element. |
| 2305 | const_iterator begin() const noexcept { |
| 2306 | return mp_str; |
| 2307 | } |
| 2308 | |
| 2309 | /// @brief Get the iterator to the past-the-end element. (Always constant) |
| 2310 | /// @return The iterator to the past-the-end element. |