摘要: 示例代码: template <typename T, typename U> class Iterator { public: typedef std::vector<T>::iterator iter_type; Iterator(U *data, bool reverse = false):d 阅读全文
posted @ 2023-03-13 15:16 CrazyJhq 阅读(149) 评论(0) 推荐(0) 编辑