Internal hashtable node holding a value and a next-node pointer.
Declared in <bslstp_hashtable.h>
template<class _Val>
struct _Hashtable_node;
| Name | Description |
|---|---|
_Self | This node type. |
| Name | Description |
|---|---|
_M_next | Pointer to the next node in the bucket chain. |
_M_val | Value stored in this node. |