摘要:
一、定义max函数模板 //basics/mas.hpp
temeplate
inline T const& max (T const& a, T const& b)
{ return a //temeplate
模板max()的另一种等价定义
temeplate inline T const& max (T const& a, T const& b)
{ return a... 阅读全文
posted @ 2015-06-09 00:36
ChCaty
阅读(279)
评论(0)
推荐(0)

浙公网安备 33010602011771号