|
ORIGINAL
|
Base class for container adapters with common interfaces. More...


Go to the source code of this file.
Classes | |
| class | original::containerAdapter< TYPE, SERIAL, ALLOC > |
| Adapter class that provides unified interface for various container types. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Base class for container adapters with common interfaces.
Provides unified foundation for stack, queue, deque, priority_queue and other container adapters that need to work with different underlying container types. Implements core functionality required by standard container adapters.