#include <vctBinaryOperations.h>
Definition at line 181 of file vctBinaryOperations.h.
| static OutputType vctBinaryOperations< _outputType, _input1Type, _input2Type >::SecondOperand::Operate | ( | const Input1Type & | CMN_UNUSED(input1), | |
| const Input2Type & | input2 | |||
| ) | [inline, static] |
Execute the operation.
| input1 | First operand. | |
| input2 | Second operand. |
Definition at line 189 of file vctBinaryOperations.h.