ORIGINAL
|
Provides functionality for an iteration stream. More...
#include <sstream>
#include "comparable.h"
#include "printable.h"
#include "iterable.h"
#include "types.h"
Go to the source code of this file.
Classes | |
class | original::iterationStream< TYPE, DERIVED > |
A stream class that allows iteration, comparison, and printing. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Provides functionality for an iteration stream.
This file contains the declaration of the iterationStream
template class, which allows iteration over elements while also supporting comparison and printing. It derives from the printable
, iterable
, and comparable
interfaces.