Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPlus5#

template <typename Output, typename T0, typename T1, typename T2, typename T3, typename T4>

ClassList > SBCFunctorPlus5

Inherits the following classes: SBCFunctor5< Output, T0, T1, T2, T3, T4 >

Public Functions#

Type Name
SBCFunctorPlus5 (const SBCFunctor5< Output, T0, T1, T2, T3, T4 > * firstFunctor, const SBCFunctor5< Output, T0, T1, T2, T3, T4 > * secondFunctor)
virtual SBCFunctorPlus5< Output, T0, T1, T2, T3, T4 > * clone () override const
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) override
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) override const
virtual ~SBCFunctorPlus5 ()

Public Functions Documentation#

function SBCFunctorPlus5#

inline SBCFunctorPlus5::SBCFunctorPlus5 (
    const SBCFunctor5< Output, T0, T1, T2, T3, T4 > * firstFunctor,
    const SBCFunctor5< Output, T0, T1, T2, T3, T4 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorPlus5< Output, T0, T1, T2, T3, T4 > * SBCFunctorPlus5::clone () override const

function operator()#

inline virtual Output SBCFunctorPlus5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) override

function operator()#

inline virtual Output SBCFunctorPlus5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) override const

function ~SBCFunctorPlus5#

inline virtual SBCFunctorPlus5::~SBCFunctorPlus5 ()