@brief Get the mapping value node pointed by the base iterator. @return Reference to the mapping value node.
| 10451 | /// @brief Get the mapping value node pointed by the base iterator. |
| 10452 | /// @return Reference to the mapping value node. |
| 10453 | typename Iterator::reference value() const noexcept { |
| 10454 | return m_base_iterator.value(); |
| 10455 | } |
| 10456 | |
| 10457 | private: |
| 10458 | /// The base iterator object. |