NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
标准容器

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

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

类型定义

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

详细描述

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