11 2014 档案
C++11 type_traits 之is_same源码分析
摘要:请看源码:template struct integral_constant { static const _Tp value = __v; typedef _Tp valu... 阅读全文
posted @ 2014-11-28 15:23 RonTang 阅读(1905) 评论(0) 推荐(0)
【C++模版之旅】项目中一次活用C++模板(traits)的经历 -新注解
摘要:请读者先看这篇文章,【C++模版之旅】项目中一次活用C++模板(traits)的经历。 对于此篇文章提出的问题,我给出一个新的思路。 talking is cheap,show me the code. 阅读全文
posted @ 2014-11-27 09:20 RonTang 阅读(2239) 评论(45) 推荐(0)
C++0x,std::move和std::forward解析
摘要:C++0x,std::move和std::forward解析 阅读全文
posted @ 2014-11-24 18:04 RonTang 阅读(4100) 评论(2) 推荐(0)