Class SBCFunctorConstant7#
template <class Output, typename T0, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
ClassList > SBCFunctorConstant7
Inherits the following classes: SBCFunctor7< Output, T0, T1, T2, T3, T4, T5, T6 >
Public Functions#
Type | Name |
---|---|
SBCFunctorConstant7 (const Output & v) |
|
virtual SBCFunctorConstant7< Output, T0, T1, T2, T3, T4, T5, T6 > * | clone () const |
virtual Output | operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) |
virtual Output | operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) const |
virtual | ~SBCFunctorConstant7 () |
Public Functions Documentation#
function SBCFunctorConstant7#
function clone#
inline virtual SBCFunctorConstant7< Output, T0, T1, T2, T3, T4, T5, T6 > * SBCFunctorConstant7::clone () const
function operator()#
inline virtual Output SBCFunctorConstant7::operator() (
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6
)
function operator()#
inline virtual Output SBCFunctorConstant7::operator() (
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6
) const