Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
hash_index< T, KeyT > Class Template Reference

Public Types

using value_type = T
using reference = T&
using iterator = hash_index_iterator< T, KeyT, reference, bucket >
using const_iterator = const_hash_index_iterator< T, KeyT, reference, bucket >

Public Member Functions

void insert (T element)
iterator lookup (const KeyT &key)
const_iterator lookup (const KeyT &key) const
iterator begin () noexcept
iterator end () noexcept
const_iterator begin () const noexcept
const_iterator end () const noexcept
const_iterator cbegin () const noexcept
const_iterator cend () const noexcept

The documentation for this class was generated from the following file: