2015年9月9日
摘要:
C++11 变长模版和完美转发实例代码#include #include #include #include using namespace std;struct A{ A() { } A(const A& a) { cout struct MultiTypes;templatest... 阅读全文
posted @ 2015-09-09 17:56
自由恶魔
阅读(578)
评论(0)
推荐(0)