Intrusive singly‐linked list node base holding a next pointer.
Synopsis
Declared in <bslstp_slistbase.h>
struct _Slist_node_base;
Data Members
Name |
Description |
Pointer to the next node in the list, or null. |
Non-Member Functions
Name |
Description |
Link |
Derived Classes
Name |
Description |
Singly‐linked list node storing a value of type |
Created with MrDocs