merge overloads
Declared in <bslstp_slist.h>
Merge the sorted list __x into this sorted list.
void
merge(_Self& __x);
» more...
Merge sorted __x into this list ordered by __comp.
template<class _StrictWeakOrdering>
void
merge(
slist<_Tp, _Alloc>& __x,
_StrictWeakOrdering __comp);
» more...
| Name | Description |
|---|---|
| __x | sorted list whose elements are merged into this list |
| __comp | strict weak ordering used to compare elements |