Declared in <bslstp_hashtable.h>
template<
class _Val,
class _Key,
class _HF,
class _ExK,
class _EqK,
class _All>
struct _Hashtable_iterator;
| Name | Description |
|---|---|
_Hashtable | Underlying hashtable type. |
_Node | Node type stored in the hashtable. |
| Name | Description |
|---|---|
_Hashtable_iterator [constructor] | Constructors |
_M_skip_to_next | Advance this iterator to the next element in the hashtable. |
| Name | Description |
|---|---|
_M_cur | Current node referenced by this iterator. |
_M_ht | Hashtable that owns the referenced node. |
| Name | Description |
|---|---|
operator!= | Return true if the specified iterators refer to the same node. |
| Name | Description |
|---|---|
_Ht_iterator |