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