Create an iterator referring to the first node of the specified bucket.
Synopsis
Declared in <bslstl_hashtablebucketiterator.h>
explicit
HashTableBucketIterator(bslalg::HashTableBucket const* bucket);
Description
Initially points to the first node in that bucket, or a past‐the‐end value if the bucket is empty. Note that this constructor is an implementation detail and is not part of the C++ standard.
Parameters
Name |
Description |
bucket |
hash‐table bucket to iterate |
Created with MrDocs