【STL】map與set的使用方法

使用set set 是經過封裝紅黑樹實現的key模型的搜索樹,只有一個key值;除了搜索還能夠快速的去重和排序; set的key值不能被迭代器修改,但08版編譯器有bugc++ 定義set對象 std::set template < class T, // set::key_type/value_type class Compar
相關文章
相關標籤/搜索