Return the second operand of (input1, input2), i.e., input2.
More...
#include <vctBinaryOperations.h>
template<class _outputType, class _input1Type = _outputType, class _input2Type = _outputType>
class vctBinaryOperations< _outputType, _input1Type, _input2Type >::SecondOperand
Return the second operand of (input1, input2), i.e., input2.
- See Also
- vctBinaryOperations Usage example is in recursive assignment. See the function vctFixedSizeVectorOperations::SetAll
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
template<class _outputType , class _input1Type = _outputType, class _input2Type = _outputType>
Execute the operation.
- Parameters
-
input1 | First operand. |
input2 | Second operand. |
The documentation for this class was generated from the following file: