Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor5#

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

ClassList > SBCFunctor5

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate5, SBCFunctorConstant5, SBCFunctorDivide5, SBCFunctorMinus5, SBCFunctorPlus5, SBCFunctorPredicate5, SBCFunctorTimes5

Public Functions#

Type Name
SBCFunctor5 ()
SBCFunctor5 (const SBCFunctor5 &) = delete
virtual SBCFunctor5< Output, T0, T1, T2, T3, T4 > * clone () override const
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) = 0
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) const = 0
SBCFunctor5 & operator= (const SBCFunctor5 &) = delete
virtual ~SBCFunctor5 ()

Public Functions inherited from SBCFunctor#

See SBCFunctor

Type Name
SBCFunctor ()
Constructs a functor.
virtual SBCFunctor * clone () const
Clones the functor.
virtual ~SBCFunctor ()
Destructs the functor.

Public Functions Documentation#

function SBCFunctor5 [1/2]#

inline SBCFunctor5::SBCFunctor5 () 

function SBCFunctor5 [2/2]#

SBCFunctor5::SBCFunctor5 (
    const SBCFunctor5 &
) = delete

function clone#

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

function operator()#

virtual Output SBCFunctor5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) = 0

function operator()#

virtual Output SBCFunctor5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) const = 0

function operator=#

SBCFunctor5 & SBCFunctor5::operator= (
    const SBCFunctor5 &
) = delete

function ~SBCFunctor5#

inline virtual SBCFunctor5::~SBCFunctor5 ()