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