2016年11月6日
摘要: #include <type_traits> #include <utility> struct A {}; struct B {}; struct C {}; void func(A, const C&, B) {} template<typename func_return_type, type 阅读全文
posted @ 2016-11-06 13:10 abelian 阅读(144) 评论(0) 推荐(0)