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