Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateNot5#

template <typename T0, typename T1, typename T2, typename T3, typename T4>

ClassList > SBCFunctorPredicateNot5

Inherits the following classes: SBCFunctorPredicate5< T0, T1, T2, T3, T4 >

Public Functions#

Type Name
SBCFunctorPredicateNot5 (const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * predicate)
virtual SBCFunctorPredicateNot5< T0, T1, T2, T3, T4 > * clone () override const
virtual bool operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) override
virtual bool operator() (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) override const
virtual ~SBCFunctorPredicateNot5 ()

Public Functions Documentation#

function SBCFunctorPredicateNot5#

inline SBCFunctorPredicateNot5::SBCFunctorPredicateNot5 (
    const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * predicate
) 

function clone#

inline virtual SBCFunctorPredicateNot5< T0, T1, T2, T3, T4 > * SBCFunctorPredicateNot5::clone () override const

function operator()#

inline virtual bool SBCFunctorPredicateNot5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) override

function operator()#

inline virtual bool SBCFunctorPredicateNot5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) override const

function ~SBCFunctorPredicateNot5#

inline virtual SBCFunctorPredicateNot5::~SBCFunctorPredicateNot5 ()