C++STL_max


template<class T> T max(T a,T b) { return a>b?a:b; }

 

posted @ 2013-09-28 15:33  退之  阅读(199)  评论(0编辑  收藏  举报