Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorConstant2#

template <class Output, typename T0, typename T1>

ClassList > SBCFunctorConstant2

Inherits the following classes: SBCFunctor2< Output, T0, T1 >

Public Functions#

Type Name
SBCFunctorConstant2 (const Output & v)
virtual SBCFunctorConstant2< Output, T0, T1 > * clone () const
virtual Output operator() (T0 t0, T1 t1)
virtual Output operator() (T0 t0, T1 t1) const
virtual ~SBCFunctorConstant2 ()

Public Functions Documentation#

function SBCFunctorConstant2#

inline SBCFunctorConstant2::SBCFunctorConstant2 (
    const Output & v
) 

function clone#

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

function operator()#

inline virtual Output SBCFunctorConstant2::operator() (
    T0 t0,
    T1 t1
) 

function operator()#

inline virtual Output SBCFunctorConstant2::operator() (
    T0 t0,
    T1 t1
) const

function ~SBCFunctorConstant2#

inline virtual SBCFunctorConstant2::~SBCFunctorConstant2 ()