标签:set iot cto ack cat 算法 数组 tis 优先级
1 // STL(标准模板库),由三大部分组成:容器,算法,迭代器 2 3 4 // STL六大组件:container(容器),algorthm(算法),iterator(迭代器) 5 // function object(仿函数),adaptor(适配器),allocator(空间适配器) 6 7 // STL容器 8 9 // vector 10 // deque(双端数组) 11 // stack 12 // queue 13 // list(链表模型) 14 // priotry_queue优先级队列 15 // set 16 // multiset 17 // map 18 // multimap
标签:set iot cto ack cat 算法 数组 tis 优先级
原文地址:https://www.cnblogs.com/jishuren/p/12236513.html