@brief Get an iterator to the past-the-last element. @return An iterator to the past-the-last element.
| 10514 | /// @brief Get an iterator to the past-the-last element. |
| 10515 | /// @return An iterator to the past-the-last element. |
| 10516 | iterator end() noexcept { |
| 10517 | return {mp_map->end()}; |
| 10518 | } |
| 10519 | |
| 10520 | /// @brief Get a const iterator to the past-the-last element. |
| 10521 | /// @return A const iterator to the past-the-last element. |
no test coverage detected