STL-RBT_map,set模拟实现

set #include"26RBT_container.h" namespace test { //set通过普通迭代器使用const迭代器实现限制key不能被修改 template<class K> class set { private: struct setKeyOfT//命名? 返回RBT
posted @ 2024-02-27 22:50  HJfjfK  阅读(5)  评论(0编辑  收藏  举报