[#bsl-_Hashtable_node] = xref:bsl.adoc[bsl]::_Hashtable_node :relfileprefix: ../ :mrdocs: Internal hashtable node holding a value and a next‐node pointer. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _Val> struct _Hashtable_node; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/_Hashtable_node/_Self.adoc[`_Self`] | This node type. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:bsl/_Hashtable_node/_M_next.adoc[`_M_next`] | Pointer to the next node in the bucket chain. | xref:bsl/_Hashtable_node/_M_val.adoc[`_M_val`] | Value stored in this node. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#