ORIGINAL
|
Transform pipeline composition and execution. More...
Go to the source code of this file.
Classes | |
class | original::transformStream< TYPE > |
Ordered sequence of transformation operations. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Transform pipeline composition and execution.
Defines a stream of transformations that can be sequentially applied to data. Supports building transformation pipelines through operator chaining.