Class SBCFunctorPredicateOrOr5#
template <typename T0, typename T1, typename T2, typename T3, typename T4>
ClassList > SBCFunctorPredicateOrOr5
Inherits the following classes: SBCFunctorPredicate5< T0, T1, T2, T3, T4 >
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateOrOr5 (const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * firstPredicate, const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * secondPredicate) |
|
virtual SBCFunctorPredicateOrOr5< 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 | ~SBCFunctorPredicateOrOr5 () |
Public Functions Documentation#
function SBCFunctorPredicateOrOr5#
inline SBCFunctorPredicateOrOr5::SBCFunctorPredicateOrOr5 (
const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * firstPredicate,
const SBCFunctorPredicate5< T0, T1, T2, T3, T4 > * secondPredicate
)
function clone#
inline virtual SBCFunctorPredicateOrOr5< T0, T1, T2, T3, T4 > * SBCFunctorPredicateOrOr5::clone () override const
function operator()#
inline virtual bool SBCFunctorPredicateOrOr5::operator() (
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4
) override
function operator()#
inline virtual bool SBCFunctorPredicateOrOr5::operator() (
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4
) override const