ORIGINAL
|
Stack container adapter implementation. More...
Go to the source code of this file.
Classes | |
class | original::stack< TYPE, SERIAL, ALLOC > |
Last-In-First-Out (LIFO) container adapter. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Stack container adapter implementation.
Provides a stack (LIFO) data structure adapter that uses underlying container types. Supports common stack operations and works with different container implementations.