会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Andhui
博客园
首页
新随笔
联系
管理
订阅
2020年9月2日
C++模板之typename和class关键字的区别
摘要: 我们都知道,在STL中基本上都使用了模板类的声明,即template。在模板类的声明中,我们有两种方式: 1 2 template <class T> template <typename T> 在这里,class和typename是相同的。也就是说,在声明一个template type param
阅读全文
posted @ 2020-09-02 10:37 Andhui
阅读(421)
评论(0)
推荐(0)
编辑
公告