merge overloads

Synopses

Declared in <bslstp_slist.h>

Merge the sorted list __x into this sorted list.

void
merge(_Self& __x);

Merge sorted __x into this list ordered by __comp.

template<class _StrictWeakOrdering>
void
merge(
    slist<_Tp, _Alloc>& __x,
    _StrictWeakOrdering __comp);

Created with MrDocs