摘要: 问题引入 STL std::pair 中的 swap 函数是这样实现的:(来自 stl_pair.h,仅展示部分源代码) namespace std { template<typename _T1, typename _T2> struct pair { _T1 first; ///< The fi 阅读全文
posted @ 2022-06-02 21:03 Gyan083 阅读(1157) 评论(0) 推荐(0)