Constructors

Synopses

Declared in <bslstl_hashtableiterator.h>

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

Create an iterator at the same position as original.

HashTableIterator(NcIter const& original);

Create an iterator referring to the specified node.

Parameters

Name

Description

original

iterator whose position is copied

node

link identifying the initial iterator position

Created with MrDocs