Zen C++ Libraries
Zero-dependency re-usable components for C++
Loading...
Searching...
No Matches
hash_index_iterator< T, KeyT, ReferenceT, BucketT > Class Template Reference
Inheritance diagram for hash_index_iterator< T, KeyT, ReferenceT, BucketT >:
const_hash_index_iterator< T, KeyT, reference, bucket >

Public Types

using value_type = T
using reference = ReferenceT
using pointer = value_type*

Public Member Functions

 hash_index_iterator (BucketT &buckets, std::size_t bucket_index, std::size_t element_index)
value_type operator* ()
void operator++ ()
void operator-- ()
bool operator== (const hash_index_iterator &other) const

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