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

Name

Description

_Self

This node type.

Data Members

Name

Description

_M_next

Pointer to the next node in the bucket chain.

_M_val

Value stored in this node.

Created with MrDocs