码迷,mamicode.com
首页 > 编程语言 > 详细

【tmp post】c++模板

时间:2017-12-29 21:48:10      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:temp   post   nal   foo   pes   ...   func   log   type   

2017-12-29

 1 // see file functional: class function<_Res(_ArgTypes...)>
 2 template<typename T>
 3 class foo;
 4 
 5 template<typename T1, typename T2>
 6 class foo<T1(T2)> {
 7 public:
 8         T1 i1;
 9         T2 i2;
10 };

 

【tmp post】c++模板

标签:temp   post   nal   foo   pes   ...   func   log   type   

原文地址:https://www.cnblogs.com/albumcover/p/8146267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!