bsl::slist::merge

Merge sorted __x into this list ordered by __comp.

Synopsis

Declared in <bslstp_slist.h>

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