Create an iterator at the same position as the specified original iterator. Note that this constructor enables converting from modifiable to const iterator types.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

HashTableBucketIterator(NonConstIter const& original);

Created with MrDocs