[#bsl-_Slist_node_base] = xref:bsl.adoc[bsl]::_Slist_node_base :relfileprefix: ../ :mrdocs: Intrusive singly‐linked list node base holding a next pointer. == Synopsis Declared in `<bslstp_slistbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct _Slist_node_base; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:bsl/_Slist_node_base/_M_next.adoc[`_M_next`] | Pointer to the next node in the list, or null. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:bsl/__slist_make_link.adoc[`__slist_make_link`] | Link `__new_node` immediately after `__prev_node` and return `__new_node`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:bsl/_Slist_node.adoc[`_Slist_node`] | Singly‐linked list node storing a value of type `_Tp`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#