bsl::_Ht_iterator::_Ht_iterator

Constructors

Synopses

Declared in <bslstp_hashtable.h>

Create a singular iterator.

_Ht_iterator();
» more...

Create an iterator having the value of the specified iterator.

_Ht_iterator(_Ht_iterator<_Val, _Nonconst_traits<_Val>, _Key, _HF, _ExK, _EqK, _All> const& __it);
» more...

Create an iterator referencing the specified node and table.

_Ht_iterator(
    _Node const* __n,
    _Hashtable const* __tab);
» more...