Shared algorithms for intrusive singly-linked list node manipulation.
Declared in <bslstp_slistbase.h>
template<class _Dummy>
class _Sl_global;
| Name | Description |
|---|---|
__previous | Return the node preceding __node when walking from __head. |
__reverse | Reverse the linked list beginning at __node and return the new head. |
__splice_after | __splice_after overloads |
size | Return the number of nodes reachable from __node. |