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.

Create an iterator referring to the first node of the specified bucket.

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