51CTO博客开发
template <typename T> inline T const& max(T const& r,T const& l) { std::cout<<"same T template"<<std::endl; return r < l ? l : r; } 对于以上的模板定义,对于调用max(4
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号