ORIGINAL
|
Transformation classes for various operations on elements. More...
Go to the source code of this file.
Classes | |
class | original::transform< TYPE > |
Base class for transformation operations. More... | |
class | original::addOptTransform< TYPE > |
Transformation that adds a given value to an element. More... | |
class | original::assignOptTransform< TYPE > |
Transformation that assigns a specified value to an element. More... | |
class | original::multiOptTransform< TYPE > |
Transformation that multiplies an element by a given value. More... | |
class | original::absTransform< TYPE > |
Transformation that converts an element to its absolute value. More... | |
class | original::copyTransform< TYPE, ALLOC > |
Transformation that copies an element into a container. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Transformation classes for various operations on elements.
This file provides abstract and concrete transformation classes that apply different operations on elements. The operations include addition, multiplication, assignment, absolute value, and copying elements into a container.