BloombergLP::bslstl::HashTableIterator::HashTableIterator

Create an iterator referring to the specified node. 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.

Synopsis

Declared in <bslstl_hashtableiterator.h>

explicit
HashTableIterator(bslalg::BidirectionalLink* node);