ORIGINAL
|
Base class for random-access iterators. More...
Go to the source code of this file.
Classes | |
class | original::randomAccessIterator< TYPE, ALLOC > |
Abstract base class for random-access iterators. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Base class for random-access iterators.
Provides common functionality for iterators supporting random access operations. Features include pointer arithmetic, validity checking, and bidirectional traversal.