Returns the sum of the two InputType object.
More...
#include <vctBinaryOperations.h>
template<class _outputType, class _input1Type = _outputType, class _input2Type = _outputType>
class vctBinaryOperations< _outputType, _input1Type, _input2Type >::Addition
Returns the sum of the two InputType object.
- See Also
- vctBinaryOperations
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
static bool vctBinaryOperations< _outputType, _input1Type, _input2Type >::Addition::NeutralElement |
( |
| ) |
|
|
inlinestatic |
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
Execute the operation.
- Parameters
-
input1 | First operand. |
input2 | Second operand. |
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
static bool vctBinaryOperations< _outputType, _input1Type, _input2Type >::Addition::Operate |
( |
const bool & |
input1, |
|
|
const bool & |
input2 |
|
) |
| |
|
inlinestatic |
Execute the operation.
- Parameters
-
input1 | First operand. |
input2 | Second operand. |
The documentation for this class was generated from the following file: