Shared algorithms for intrusive singly‐linked list node manipulation.

Synopsis

Declared in <bslstp_slistbase.h>

template<class _Dummy>
class _Sl_global;

Static Member Functions

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.

Created with MrDocs