会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sp0917
博客园
首页
新随笔
联系
订阅
管理
2020年9月29日
可变参数模板类
摘要: 1.通过模板递归和特化实现参数包展开 #include <iostream> #include <type_traits> #include <memory> using namespace std; // 【1】 template<typename... Types> struct Sum; //
阅读全文
posted @ 2020-09-29 19:29 sp0917
阅读(607)
评论(1)
推荐(1)
公告