Constructors
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...
| Name | Description |
|---|---|
| original | iterator whose position is copied |
| node | link identifying the initial iterator position |