| 406 | { |
| 407 | protected: |
| 408 | [[nodiscard]] inline const TKey* getKey() const noexcept |
| 409 | { |
| 410 | EXLBR_ASSERT(m_item->isValid()); |
| 411 | return m_item->key(); |
| 412 | } |
| 413 | [[nodiscard]] inline const TValue* getValue() const noexcept |
| 414 | { |
| 415 | EXLBR_ASSERT(m_item->isValid()); |