Intrusive singly-linked list node base holding a next pointer.
Declared in <bslstp_slistbase.h>
struct _Slist_node_base;
| Name | Description |
|---|---|
_M_next | Pointer to the next node in the list, or null. |
| Name | Description |
|---|---|
__slist_make_link | Link __new_node immediately after __prev_node and return __new_node. |
| Name | Description |
|---|---|
_Slist_node | Singly-linked list node storing a value of type _Tp. |