cisst-saw
|
Test if input1 is lesser than input2. More...
#include <vctBinaryOperations.h>
Public Types | |
typedef _outputType | OutputType |
Static Public Member Functions | |
static OutputType | Operate (const Input1Type &input1, const Input2Type &input2) |
Test if input1 is lesser than input2.
Returns a boolean, i.e. true if the input1 is lesser than input2. Note that input1 and input2 should be of the same type.
typedef _outputType vctBinaryOperations< _outputType, _input1Type, _input2Type >::Lesser::OutputType |
|
inlinestatic |
Execute the operation.
input1 | First operand. |
input2 | Second operand. |