BloombergLP::bslstl::HashTableIterator::HashTableIterator

Constructors

Synopses

Declared in <bslstl_hashtableiterator.h>

Create a default-constructed iterator over an empty node list.

HashTableIterator();
» more...

Create an iterator at the same position as original.

HashTableIterator(NcIter const& original);
» more...

Create an iterator referring to the specified node.

explicit
HashTableIterator(bslalg::BidirectionalLink* node);
» more...

Parameters

NameDescription
originaliterator whose position is copied
nodelink identifying the initial iterator position