Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateXOr5#

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

ClassList > SBCFunctorPredicateXOr5

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

Public Functions#

Type Name
SBCFunctorPredicateXOr5 (const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * firstPredicate, const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * secondPredicate)
virtual SBCFunctorPredicateXOr5< 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 ~SBCFunctorPredicateXOr5 ()

Public Functions Documentation#

function SBCFunctorPredicateXOr5#

inline SBCFunctorPredicateXOr5::SBCFunctorPredicateXOr5 (
    const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * firstPredicate,
    const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * secondPredicate
) 

function clone#

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

function operator()#

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

function operator()#

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

function ~SBCFunctorPredicateXOr5#

inline virtual SBCFunctorPredicateXOr5::~SBCFunctorPredicateXOr5 ()