sort overloads
Declared in <bslstp_slist.h>
Sort the elements of this list into ascending order.
void
sort();
» more...
Sort this list using the specified strict-weak-ordering comparator __comp.
template<class _StrictWeakOrdering>
void
sort(_StrictWeakOrdering __comp);
» more...
| Name | Description |
|---|---|
| __comp | strict weak ordering used to compare elements |