ORIGINAL
|
Dynamic array container with automatic resizing. More...
Go to the source code of this file.
Classes | |
class | original::vector< TYPE, ALLOC > |
Dynamic array container with amortized constant time operations. More... | |
class | original::vector< TYPE, ALLOC >::Iterator |
Random access iterator implementation for vector. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Dynamic array container with automatic resizing.
Implements a vector container with efficient operations and auto-centering memory management. Supports random access and iterator-based traversal.