Synopsis
Declared in <bslstp_hashtable.h>
template<
class _Val,
class _Key,
class _HF,
class _ExK,
class _EqK,
class _All>
struct _Hashtable_iterator;
Type Aliases
Name |
Description |
Underlying hashtable type. |
|
Node type stored in the hashtable. |
Member Functions
Name |
Description |
|
Constructors |
Advance this iterator to the next element in the hashtable. |
Data Members
Name |
Description |
Current node referenced by this iterator. |
|
Hashtable that owns the referenced node. |
Non-Member Functions
Name |
Description |
Return |
Derived Classes
Name |
Description |
Created with MrDocs