Class SBCFunctorMinus3#
template <typename Output, typename T0, typename T1, typename T2>
Inherits the following classes: SBCFunctor3< Output, T0, T1, T2 >
Public Functions#
Type | Name |
---|---|
SBCFunctorMinus3 (const SBCFunctor3< Output, T0, T1, T2 > * firstFunctor, const SBCFunctor3< Output, T0, T1, T2 > * secondFunctor) |
|
virtual SBCFunctorMinus3< Output, T0, T1, T2 > * | clone () override const |
virtual Output | operator() (T0 t0, T1 t1, T2 t2) override |
virtual Output | operator() (T0 t0, T1 t1, T2 t2) override const |
virtual | ~SBCFunctorMinus3 () |
Public Functions Documentation#
function SBCFunctorMinus3#
inline SBCFunctorMinus3::SBCFunctorMinus3 (
const SBCFunctor3< Output, T0, T1, T2 > * firstFunctor,
const SBCFunctor3< Output, T0, T1, T2 > * secondFunctor
)