c++ template
摘要:
template<typename T, typename M> //基本的模板函数和模板类 void testfunc(T a, M b) { std::cout<<a<<b<<std::endl; } template<typename T, typename N> class testclas 阅读全文
posted @ 2022-10-26 21:43 对我不好 阅读(18) 评论(0) 推荐(0) 编辑
posted @ 2022-10-26 21:43 对我不好 阅读(18) 评论(0) 推荐(0) 编辑