max (STL/CLR)
比較兩個物件並傳回大的一方,其中排序準則可能由二進位述詞指定。
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);
備註
這個函式產生相同的行為做為 STL 函式的 max。 如需詳細資訊,請參閱max。
需求
標題: <cliext/演算法>
命名空間: cliext