会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dilexliu
博客园
首页
新随笔
管理
2021年10月29日
[C++] STL源码中学到的 Traits 编程技法的应用
摘要: 代码如下: 1 #include <map> 2 #include <iostream> 3 using namespace std; 4 5 namespace mapext 6 { 7 template <class T> 8 struct type_traits 9 { 10 typedef
阅读全文
posted @ 2021-10-29 20:38 dilex
阅读(56)
评论(0)
推荐(0)
编辑