摘要: //program 18.5.2.cpp函数模板作为类模板的友元 #include <iostream> #include <string> /*类模板Pair<T1,T2>*/ using namespace std; template <class T1, class T2> class Pai 阅读全文
posted @ 2023-05-24 10:01 xuchaoxin1375 阅读(14) 评论(0) 推荐(0)