This class implements the methods required by bsl::ForwardIterator to provide forward iterators. As such, an instance of this class represents a position within a flat hash table. This class uses no features of the ENTRY type except for addresses of ENTRY objects.
Synopsis
Declared in <bdlc_flathashtable.h>
template<class ENTRY>
class FlatHashTable_IteratorImp;
Member Functions
Name |
Description |
|
Constructors |
Assign to this |
|
Return a reference to the element referred to by this |
|
Advance the |
Friends
Name |
Description |
Non-Member Functions
Name |
Description |
Return true if the specified |
Created with MrDocs