max_element (STL/CLR)

查找最大的组件第一次出现在该排序的标准可以由二进制谓词指定的指定的大小。

template<class _FwdIt> inline
    _FwdIt max_element(_FwdIt _First, _FwdIt _Last);
template<class _FwdIt, class _Pr> inline
    _FwdIt max_element(_FwdIt _First, _FwdIt _Last, _Pr _Pred);

备注

此功能相同的行为就如同 STL 功能 max_element的。有关更多信息,请参见 max_element

要求

标题: <cliext/算法>

命名空间: cliext

请参见

参考

algorithm (STL/CLR)