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

Synopsis

Declared in <bslstp_slist.h>

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

Parameters

Name

Description

__comp

strict weak ordering used to compare elements

Created with MrDocs