|
|
using | iterator_category = std::forward_iterator_tag |
| |
|
using | difference_type = size_t |
| |
|
using | distance_type = size_t |
| |
|
using | value_type = KeyT |
| |
|
using | pointer = value_type * |
| |
|
using | reference = value_type & |
| |
|
|
| iterator (MyType *hash_set, size_t bucket) |
| |
|
iterator & | operator++ () |
| |
|
iterator | operator++ (int) |
| |
|
reference | operator* () const |
| |
|
pointer | operator-> () const |
| |
|
bool | operator== (const iterator &rhs) const |
| |
|
bool | operator!= (const iterator &rhs) const |
| |
The documentation for this class was generated from the following file: