Constructors

Synopses

Declared in <bslstp_hashtable.h>

Create a singular iterator.

Create an iterator having the value of the specified iterator.

Create an iterator referencing the specified node and table.

_Ht_iterator(
    _Node const* __n,
    _Hashtable const* __tab);

Created with MrDocs