ORIGINAL
|
Base interface for iterable container types. More...
Go to the source code of this file.
Classes | |
class | original::iterable< TYPE > |
A base class for iterable containers that support iterators. More... | |
class | original::iterable< TYPE >::iterAdaptor |
An iterator adapter for the iterable container. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Base interface for iterable container types.
Defines the core abstraction for iterator-enabled containers. Provides: