Constructors
Synopses
Declared in <bslstp_hashtable.h>
Create a singular iterator.
Create an iterator having the value of the specified iterator.
Create an iterator referencing the specified node and table.
_Ht_iterator(
_Node const* __n,
_Hashtable const* __tab);
Parameters
Name |
Description |
__it |
non‐const iterator whose position is copied |
__n |
node referenced by the iterator |
__tab |
hashtable that owns |
Created with MrDocs