摘要: std::set template <typename Tp> struct Identity_ { const Tp& operator()(const Tp& x) const { return x; } }; template <typename Key, typename Compare = 阅读全文
posted @ 2021-03-01 10:07 ho966 阅读(141) 评论(0) 推荐(0) 编辑