HomeManualTopicsTypesSymbols

std::sort

returns a sorted copy of the collection

Parameters

None

Results

None

Description

If no comparison function is supplied then the items are sorted in ascending order using the std::less-method.