max (STL/CLR)
Compares two objects and returns the larger of the two, where the ordering criterion may be specified by a binary predicate.
template<class _Ty> inline
const _Ty max(const _Ty% _Left, const _Ty% _Right);
template<class _Ty, class _Pr> inline
const _Ty max(const _Ty% _Left, const _Ty% _Right, _Pr _Pred);
Remarks
This function behaves the same as the STL function max. For more information, see max.
Requirements
Header: <cliext/algorithm>
Namespace: cliext