ORIGINAL
Loading...
Searching...
No Matches
deque.h File Reference

Double-ended queue (deque) container adapter implementation. More...

#include "chain.h"
#include "containerAdapter.h"
Include dependency graph for deque.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::deque< TYPE, SERIAL, ALLOC >
 Double-ended queue container adapter. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Double-ended queue (deque) container adapter implementation.

Provides a deque adapter supporting insertion/removal at both ends. Works with different underlying container types through template parameters.