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是可比较的两个元素,函数返回比较大奏举的那个