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