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