BloombergLP::bslstl::HashTableBucketIterator::HashTableBucketIterator

Create an iterator referring to the specified node in the specified bucket.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

explicit
HashTableBucketIterator(
    bslalg::BidirectionalLink* node,
    bslalg::HashTableBucket const* bucket);

Description

The behavior is undefined unless node is part of bucket, or node is 0. Note that this constructor is an implementation detail and is not part of the C++ standard.

Parameters

NameDescription
nodenode in the bucket at which to position this iterator
buckethash-table bucket containing node