Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPlus0#

template <typename Output>

ClassList > SBCFunctorPlus0

This class describes a functor that is the sum of two functors.

  • #include <SBCFunctorPlus.hpp>

Inherits the following classes: SBCFunctor0< Output >

Public Functions#

Type Name
SBCFunctorPlus0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor)
virtual SBCFunctorPlus0< Output > * clone () override const
virtual Output operator() () override
virtual Output operator() () override const
virtual ~SBCFunctorPlus0 ()

Public Functions Documentation#

function SBCFunctorPlus0#

SBCFunctorPlus0::SBCFunctorPlus0 (
    const SBCFunctor0< Output > * firstFunctor,
    const SBCFunctor0< Output > * secondFunctor
) 

function clone#

virtual SBCFunctorPlus0 < Output > * SBCFunctorPlus0::clone () override const

Implements SBCFunctor::clone


function operator() [1/2]#

virtual Output SBCFunctorPlus0::operator() () override

function operator() [2/2]#

virtual Output SBCFunctorPlus0::operator() () override const

function ~SBCFunctorPlus0#

virtual SBCFunctorPlus0::~SBCFunctorPlus0 ()