2017年1月4日
摘要: #include <iostream> #include <string> #include <tuple> #include <utility> #include <array> #include <string> template<char...> struct STRING { }; temp 阅读全文
posted @ 2017-01-04 14:31 abelian 阅读(1278) 评论(0) 推荐(0)
摘要: template <class Apolicy> class Host { Apolicy direct_policy_use; Apolicy <SomeInternalType> InternalClone; // Problem 1: Can't do this }; template <cl 阅读全文
posted @ 2017-01-04 12:41 abelian 阅读(530) 评论(0) 推荐(0)