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