A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method. More...
A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method.
Definition at line 85 of file forward_list.h.
void std::_Fwd_list_node< _Tp, _Alloc >::_M_sort_after | ( | _Comp | __comp | ) | [inline] |
Sort the singly linked list starting after this node. This node is assumed to be an empty head node (of type _Fwd_list_node_base).
Definition at line 87 of file forward_list.tcc.
Referenced by std::forward_list< _Tp, _Alloc >::sort().