Create an iterator referencing the specified node and table.

Synopsis

Declared in <bslstp_hashtable.h>

_Ht_iterator(
    _Node const* __n,
    _Hashtable const* __tab);

Parameters

Name

Description

__n

node referenced by the iterator

__tab

hashtable that owns __n

Created with MrDocs