sort overloads

Synopses

Declared in <bslstl_list.h>

Sort this list in non‐decreasing order using operator<.

void
sort();

Sort this list in non‐decreasing order using the specified comparator.

template<class COMPARE>
void
sort(COMPARE comparator);

Parameters

Name

Description

comparator

binary predicate defining the sort order

Created with MrDocs