|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
映射容器 更多...
#include "NeForce/core/container/rb_tree.hpp"类 | |
| class | map< Key, T, Compare, Alloc > |
| 映射容器 更多... | |
| struct | map< Key, T, Compare, Alloc >::value_compare |
| 值比较函数对象 更多... | |
映射容器
此文件提供了映射容器的实现。 map是一种有序关联容器,包含具有唯一键的键值对。 键按严格弱序排序,支持对数时间复杂度的查找、插入和删除操作。 底层使用红黑树实现。
在文件 map.hpp 中定义.