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

队列容器适配器 更多...

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

浏览该文件的源代码.

class  queue< T, Sequence >
 队列容器适配器 更多...

详细描述

队列容器适配器

此文件提供了队列容器适配器的实现。 队列是一种先进先出(FIFO)的数据结构, 元素从一端(队尾)插入,从另一端(队首)删除。

在文件 queue.hpp 中定义.