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