Create an iterator referring to the specified node.
Synopsis
Declared in <bslstl_hashtableiterator.h>
explicit
HashTableIterator(bslalg::BidirectionalLink* node);
Description
The behavior is undefined unless node is of the type bslalg::BidirectionalNode<VALUE_TYPE>, which is derived from bslalg::BidirectionalLink. Note that this constructor is an implementation detail and is not part of the C++ standard.
Parameters
Name |
Description |
node |
link identifying the initial iterator position |
Created with MrDocs