Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctor2#

template <class Output, typename T0, typename T1>

ClassList > SBCFunctor2

Inherits the following classes: SBCFunctor

Inherited by the following classes: SBCFunctorPredicate2, SBCFunctorConstant2, SBCFunctorDivide2, SBCFunctorMinus2, SBCFunctorPlus2, SBCFunctorPredicate2, SBCFunctorTimes2

Public Functions#

Type Name
SBCFunctor2 ()
SBCFunctor2 (const SBCFunctor2 &) = delete
virtual SBCFunctor2< Output, T0, T1 > * clone () override const
virtual Output operator() (T0 t0, T1 t1) = 0
virtual Output operator() (T0 t0, T1 t1) const = 0
SBCFunctor2 & operator= (const SBCFunctor2 &) = delete
virtual ~SBCFunctor2 ()

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 SBCFunctor2 [1/2]#

inline SBCFunctor2::SBCFunctor2 () 

function SBCFunctor2 [2/2]#

SBCFunctor2::SBCFunctor2 (
    const SBCFunctor2 &
) = delete

function clone#

inline virtual SBCFunctor2< Output, T0, T1 > * SBCFunctor2::clone () override const

function operator()#

virtual Output SBCFunctor2::operator() (
    T0 t0,
    T1 t1
) = 0

function operator()#

virtual Output SBCFunctor2::operator() (
    T0 t0,
    T1 t1
) const = 0

function operator=#

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

function ~SBCFunctor2#

inline virtual SBCFunctor2::~SBCFunctor2 ()