ORIGINAL
|
Queue container adapter implementation. More...
Go to the source code of this file.
Classes | |
class | original::queue< TYPE, SERIAL, ALLOC > |
First-In-First-Out (FIFO) container adapter. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Queue container adapter implementation.
Provides a FIFO (First-In-First-Out) container adapter that uses underlying container types. Supports standard queue operations.