cisst-saw
Loading...
Searching...
No Matches
vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Minimum Class Reference

Return the of lesser (input1, input2). More...

#include <vctStoreBackBinaryOperations.h>

Static Public Member Functions

static const InputOutputTypeOperate (InputOutputType &input1, const InputOutputType &input2)

Detailed Description

template<class _inputOutputType, class _input2Type = _inputOutputType>
class vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Minimum

Return the of lesser (input1, input2).

See also
vctStoreBackBinaryOperations Return the lesser of (input1, input2). Note that here all arguments are of the same type, because they have to be compared.

Member Function Documentation

◆ Operate()

template<class _inputOutputType, class _input2Type = _inputOutputType>
const InputOutputType & vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Minimum::Operate ( InputOutputType & input1,
const InputOutputType & input2 )
inlinestatic

Execute the operation.

Parameters
input1First operand (input and output).
input2Second operand.

The documentation for this class was generated from the following file: