NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
标准容器

支持标准算法的容器的实现 更多...

struct  neforce::deque_iterator< IsConst, Deque, BufSize >
 双端队列迭代器 更多...
class  neforce::deque< T, Alloc, BufSize >
 双端队列容器 更多...
class  neforce::flat_unordered_map< Key, T, HashFcn, EqualKey, Alloc >
 平坦无序映射容器 更多...
class  neforce::flat_unordered_multimap< Key, T, HashFcn, EqualKey, Alloc >
 平坦无序多重映射容器 更多...
class  neforce::flat_unordered_multiset< Value, HashFcn, EqualKey, Alloc >
 平坦无序多重集合容器 更多...
class  neforce::flat_unordered_set< Value, HashFcn, EqualKey, Alloc >
 平坦无序集合容器 更多...
struct  neforce::list_node< T >
 链表节点结构 更多...
struct  neforce::list_iterator< IsConst, List >
 链表迭代器 更多...
class  neforce::list< T, Alloc >
 双向链表容器 更多...
class  neforce::map< Key, T, Compare, Alloc >
 映射容器 更多...
class  neforce::multimap< Key, T, Compare, Alloc >
 多重映射容器 更多...
class  neforce::multiset< Key, Compare, Alloc >
 多重集合容器 更多...
class  neforce::priority_queue< T, Sequence, Compare >
 优先队列容器适配器 更多...
class  neforce::queue< T, Sequence >
 队列容器适配器 更多...
class  neforce::set< Key, Compare, Alloc >
 集合容器 更多...
class  neforce::sparse_map< Key, T, Compare, Alloc >
 稀疏映射容器 更多...
class  neforce::sparse_multimap< Key, T, Compare, Alloc >
 稀疏多重映射容器 更多...
class  neforce::sparse_multiset< Key, Compare, Alloc >
 稀疏多重集合容器 更多...
class  neforce::sparse_set< Key, Compare, Alloc >
 稀疏集合容器 更多...
class  neforce::stack< T, Sequence >
 栈容器适配器 更多...
class  neforce::unordered_map< Key, T, HashFcn, EqualKey, Alloc >
 无序映射容器 更多...
class  neforce::unordered_multimap< Key, T, HashFcn, EqualKey, Alloc >
 无序多重映射容器 更多...
class  neforce::unordered_multiset< Value, HashFcn, EqualKey, Alloc >
 无序多重集合容器 更多...
class  neforce::unordered_set< Value, HashFcn, EqualKey, Alloc >
 无序集合容器 更多...
struct  neforce::vector_iterator< IsConst, Vector >
 向量迭代器 更多...
class  neforce::vector< T, Alloc >
 动态大小数组容器 更多...

类型定义

using neforce::byte_vector = vector<byte_t>
 字节向量类型别名

详细描述

支持标准算法的容器的实现