Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorTimes0#

template <typename Output, typename Output1, typename Output2>

ClassList > SBCFunctorTimes0

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

  • #include <SBCFunctorTimes.hpp>

Inherits the following classes: SBCFunctor0< Output >

Public Functions#

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

Public Functions Documentation#

function SBCFunctorTimes0#

SBCFunctorTimes0::SBCFunctorTimes0 (
    const SBCFunctor0< Output1 > * firstFunctor,
    const SBCFunctor0< Output2 > * secondFunctor
) 

function clone#

virtual SBCFunctorTimes0 < Output, Output1, Output2 > * SBCFunctorTimes0::clone () override const

Implements SBCFunctor::clone


function operator() [1/2]#

virtual Output SBCFunctorTimes0::operator() () override

function operator() [2/2]#

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

function ~SBCFunctorTimes0#

virtual SBCFunctorTimes0::~SBCFunctorTimes0 ()