Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorConstant1#

template <class Output, typename T0>

ClassList > SBCFunctorConstant1

Inherits the following classes: SBCFunctor1< Output, T0 >

Public Functions#

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

Public Functions Documentation#

function SBCFunctorConstant1#

inline SBCFunctorConstant1::SBCFunctorConstant1 (
    const Output & v
) 

function clone#

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

function operator()#

inline virtual Output SBCFunctorConstant1::operator() (
    T0 t0
) 

function operator()#

inline virtual Output SBCFunctorConstant1::operator() (
    T0 t0
) const

function ~SBCFunctorConstant1#

inline virtual SBCFunctorConstant1::~SBCFunctorConstant1 ()