uacs2024

导航

2024年3月15日 #

模板特化与unsigned char

摘要: 模板特化与unsigned char #include <iostream> using namespace std; template <typename T> void print(T t){ cout << "The value is " << t << endl; } template<> 阅读全文

posted @ 2024-03-15 14:26 ᶜʸᵃⁿ 阅读(15) 评论(0) 推荐(0) 编辑