NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
deque.hpp 文件参考

双端队列容器 更多...

deque.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  deque_iterator< IsConst, Deque, BufSize >
 双端队列迭代器 更多...
class  deque< T, Alloc, BufSize >
 双端队列容器 更多...

详细描述

双端队列容器

此文件提供了双端队列容器的实现。 支持在两端高效插入/删除元素。

在文件 deque.hpp 中定义.