您的位置首页百科知识

c++函数库里max函数怎么用?

c++函数库里max函数怎么用?

的有关信息介绍如下:

c++函数库里max函数怎么用?

#include<algorithm>//头文件

template<classT>

constT&max(constT&a,constT&b);

template<classT,classCompare>

constT&max(constT&a,constT&b,Comparecomp);

有以上两种函数原型.上面那个使用了物后亲将孙铁模版T,下面那个还使用了比较类

用法max(a,b)或者max(来自a,b,comp)

其中a和b是可比较的两个元素,函数返回比较大奏举的那个