Constructors
Synopses
Declared in <bslstl_hashtablebucketiterator.h>
Create a default‐constructed iterator referring to an empty list.
Create an iterator at the same position as the specified original.
HashTableBucketIterator(NonConstIter const& original);
Create an iterator referring to the first node of the specified bucket.
explicit
HashTableBucketIterator(bslalg::HashTableBucket const* bucket);
Create an iterator referring to the specified node in the specified bucket.
explicit
HashTableBucketIterator(
bslalg::BidirectionalLink* node,
bslalg::HashTableBucket const* bucket);
Parameters
Name |
Description |
original |
iterator whose position is copied |
bucket |
hash‐table bucket to iterate |
node |
node in the bucket at which to position this iterator |
Created with MrDocs