An iterator wrapper for returning a reference to the key. More...
Public Types | |
| using | value_type = this_type::key_type |
| using | pointer = const Key * |
| using | reference = const Key & |
Public Member Functions | |
| constexpr | key_iterator_base () noexcept |
| Default construct (end iterator) More... | |
| key_iterator_base (const Iter &iter) | |
| Copy construct with implicit conversion. More... | |
| reference | operator* () const |
| Return the key. More... | |
| reference | operator() () const |
| key_iterator_base & | operator++ () |
| key_iterator_base | operator++ (int) |
An iterator wrapper for returning a reference to the key.
Definition at line 815 of file HashTable.H.
| using value_type = this_type::key_type |
Definition at line 821 of file HashTable.H.
| using pointer = const Key* |
Definition at line 822 of file HashTable.H.
| using reference = const Key& |
Definition at line 823 of file HashTable.H.
|
inlineconstexprnoexcept |
Default construct (end iterator)
Definition at line 826 of file HashTable.H.
|
inlineexplicit |
Copy construct with implicit conversion.
Definition at line 832 of file HashTable.H.
|
inline |
Return the key.
Definition at line 838 of file HashTable.H.
|
inline |
Definition at line 839 of file HashTable.H.
|
inline |
Definition at line 841 of file HashTable.H.
|
inline |
Definition at line 847 of file HashTable.H.