![]() |
Zen C++ Libraries
Zero-dependency re-usable components for C++
|
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 |