sort (STL/CLR)
Arranges the elements in a specified range into a nondescending order or according to an ordering criterion specified by a binary predicate.
template<class _RanIt> inline
void sort(_RanIt _First, _RanIt _Last);
template<class _RanIt, class _Pr> inline
void sort(_RanIt _First, _RanIt _Last, _Pr _Pred);
Remarks
This function behaves the same as the STL function sort. For more information, see sort.
Requirements
Header: <cliext/algorithm>
Namespace: cliext