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

_Hashtable

Underlying hashtable type.

_Node

Node type stored in the hashtable.

Member Functions

Name

Description

_Hashtable_iterator [constructor]

Constructors

_M_skip_to_next

Advance this iterator to the next element in the hashtable.

Data Members

Name

Description

_M_cur

Current node referenced by this iterator.

_M_ht

Hashtable that owns the referenced node.

Non-Member Functions

Name

Description

operator!=

Return true if the specified iterators refer to the same node.

Derived Classes

Name

Description

_Ht_iterator

Created with MrDocs