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/演算法 >
Namespace: cliext