Singly‐linked list node storing a value of type _Tp.
Synopsis
Declared in <bslstp_slist.h>
template<class _Tp>
struct _Slist_node
: _Slist_node_base
Base Classes
Name |
Description |
Intrusive singly‐linked list node base holding a next pointer. |
Data Members
Name |
Description |
Value stored in this node. |
|
Pointer to the next node in the list, or null. |
Non-Member Functions
Name |
Description |
Link |
Created with MrDocs