Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorDivide0#

template <typename Output, typename Output1, typename Output2>

ClassList > SBCFunctorDivide0

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

  • #include <SBCFunctorDivide.hpp>

Inherits the following classes: SBCFunctor0< Output >

Public Functions#

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

Public Functions Documentation#

function SBCFunctorDivide0#

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

function clone#

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

Implements SBCFunctor::clone


function operator() [1/2]#

virtual Output SBCFunctorDivide0::operator() () override

function operator() [2/2]#

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

function ~SBCFunctorDivide0#

virtual SBCFunctorDivide0::~SBCFunctorDivide0 ()