摘要:
#include <type_traits> #include <iostream> using namespace std; template<typename T> void doo(T t, true_type) { cout << t << " is int!\n"; } template< 阅读全文
posted @ 2021-05-10 09:35
一骑红尘妃子笑!
阅读(85)
评论(0)
推荐(0)
浙公网安备 33010602011771号