|
ORIGINAL
|
Step iterator base class for single-step iterators. More...


Go to the source code of this file.
Classes | |
| class | original::stepIterator< TYPE > |
| Abstract base class for step iterators. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Step iterator base class for single-step iterators.
Provides common functionality for iterators that support step-based traversal operations. Includes methods for pointer arithmetic, traversal, and element access. Intended for use as a base class for all iterators that iterate through elements one step at a time.