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);
Parameters
Name |
Description |
__x |
sorted list whose elements are merged into this list |
__comp |
strict weak ordering used to compare elements |
Created with MrDocs