sort overloads

Synopses

Declared in <bslstp_slist.h>

Sort the elements of this list into ascending order.

void
sort();

Sort this list using the specified strict‐weak‐ordering comparator __comp.

template<class _StrictWeakOrdering>
void
sort(_StrictWeakOrdering __comp);

Created with MrDocs