class iterator
Defined at line 2324 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
Public Methods
void iterator ()
We use DefaultIterSlot() for default-constructed iterators so that
they can be distinguished from end iterators, which have nullptr slot_.
Defined at line 2339 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
reference operator* ()
PRECONDITION: not an end() iterator.
Defined at line 2342 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
pointer operator-> ()
PRECONDITION: not an end() iterator.
Defined at line 2348 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
iterator & operator++ ()
PRECONDITION: not an end() iterator.
Defined at line 2354 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
iterator operator++ (int )
PRECONDITION: not an end() iterator.
Defined at line 2363 of file ../../third_party/abseil-cpp/src/absl/container/internal/raw_hash_set.h
Friends
bool iterator (const iterator & a, const iterator & b)
bool iterator (const iterator & a, const iterator & b)
class HashtableFreeFunctionsAccess
class raw_hash_set