bsl::_Hashtable_node

Internal hashtable node holding a value and a next-node pointer.

Synopsis

Declared in <bslstp_hashtable.h>

template<class _Val>
struct _Hashtable_node;

Type Aliases

NameDescription
_Self This node type.

Data Members

NameDescription
_M_next Pointer to the next node in the bucket chain.
_M_val Value stored in this node.