@brief Get the mapping key node pointed by the base iterator. @return Reference to the mapping key node.
| 10445 | /// @brief Get the mapping key node pointed by the base iterator. |
| 10446 | /// @return Reference to the mapping key node. |
| 10447 | typename Iterator::reference key() const { |
| 10448 | return m_base_iterator.key(); |
| 10449 | } |
| 10450 | |
| 10451 | /// @brief Get the mapping value node pointed by the base iterator. |
| 10452 | /// @return Reference to the mapping value node. |