摘要: #include<iostream> using namespace std; //类模板的<类Y参数表”中可以出现非类型参数 template<class T,int size> class test { T array[size]; public: test() { cout << "const 阅读全文
posted @ 2024-10-04 23:45 xuchaoxin1375 阅读(8) 评论(0) 推荐(0)