摘要:
#include <iostream> #include <string> using namespace std; template <typename T> void PrintT(T& t) { cout << "lvalue" << endl; } template <typename T> 阅读全文
posted @ 2016-03-09 18:36
略加思索的河马
阅读(256)
评论(0)
推荐(0)
浙公网安备 33010602011771号