Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorConstant3#

template <class Output, typename T0, typename T1, typename T2>

ClassList > SBCFunctorConstant3

Inherits the following classes: SBCFunctor3< Output, T0, T1, T2 >

Public Functions#

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

Public Functions Documentation#

function SBCFunctorConstant3#

inline SBCFunctorConstant3::SBCFunctorConstant3 (
    const Output & v
) 

function clone#

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

function operator()#

inline virtual Output SBCFunctorConstant3::operator() (
    T0 t0,
    T1 t1,
    T2 t2
) 

function operator()#

inline virtual Output SBCFunctorConstant3::operator() (
    T0 t0,
    T1 t1,
    T2 t2
) const

function ~SBCFunctorConstant3#

inline virtual SBCFunctorConstant3::~SBCFunctorConstant3 ()