ERC CISST - cisst software

vctBinaryOperations< _outputType, _input1Type, _input2Type >::SecondOperand Class Reference

#include <vctBinaryOperations.h>

List of all members.


Detailed Description

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

Definition at line 181 of file vctBinaryOperations.h.

Public Types

Static Public Member Functions


Member Function Documentation

template<class _outputType, class _input1Type = _outputType, class _input2Type = _outputType>
static OutputType vctBinaryOperations< _outputType, _input1Type, _input2Type >::SecondOperand::Operate ( const Input1Type CMN_UNUSED(input1),
const Input2Type input2 
) [inline, static]

Execute the operation.

Parameters:
input1 First operand.
input2 Second operand.

Definition at line 189 of file vctBinaryOperations.h.


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu