会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DL1024
博客园
首页
新随笔
联系
订阅
管理
2022年11月16日
C++11新特性系列
摘要: C++11/14特性系列 1. variadic templates (可变参数模板) // 需要处理最后一个无参的情况 void print( ){ } template <typename... Types> void print(const Types&... args){ print("ss
阅读全文
posted @ 2022-11-16 11:03 DL1024
阅读(42)
评论(0)
推荐(0)
公告