Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorTimes1#

template <typename Output, typename Output1, typename Output2, typename T0>

ClassList > SBCFunctorTimes1

Inherits the following classes: SBCFunctor1< Output, T0 >

Public Functions#

Type Name
SBCFunctorTimes1 (const SBCFunctor1< Output1, T0 > * firstFunctor, const SBCFunctor1< Output2, T0 > * secondFunctor)
virtual SBCFunctorTimes1< Output, Output1, Output2, T0 > * clone () override const
virtual Output operator() (T0 t0) override
virtual Output operator() (T0 t0) override const
virtual ~SBCFunctorTimes1 ()

Public Functions Documentation#

function SBCFunctorTimes1#

inline SBCFunctorTimes1::SBCFunctorTimes1 (
    const SBCFunctor1< Output1, T0 > * firstFunctor,
    const SBCFunctor1< Output2, T0 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorTimes1< Output, Output1, Output2, T0 > * SBCFunctorTimes1::clone () override const

function operator()#

inline virtual Output SBCFunctorTimes1::operator() (
    T0 t0
) override

function operator()#

inline virtual Output SBCFunctorTimes1::operator() (
    T0 t0
) override const

function ~SBCFunctorTimes1#

inline virtual SBCFunctorTimes1::~SBCFunctorTimes1 ()