Class SBCFunctorPredicateOrOr3#
template <typename T0, typename T1, typename T2>
ClassList > SBCFunctorPredicateOrOr3
Inherits the following classes: SBCFunctorPredicate3< T0, T1, T2 >
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorPredicateOrOr3 (const SBCFunctorPredicate3< T0, T1, T2 > * firstPredicate, const SBCFunctorPredicate3< T0, T1, T2 > * secondPredicate) |
|
| virtual SBCFunctorPredicateOrOr3< T0, T1, T2 > * | clone () override const |
| virtual bool | operator() (T0 t0, T1 t1, T2 t2) override |
| virtual bool | operator() (T0 t0, T1 t1, T2 t2) override const |
| virtual | ~SBCFunctorPredicateOrOr3 () |
Public Functions Documentation#
function SBCFunctorPredicateOrOr3#
inline SBCFunctorPredicateOrOr3::SBCFunctorPredicateOrOr3 (
const SBCFunctorPredicate3< T0, T1, T2 > * firstPredicate,
const SBCFunctorPredicate3< T0, T1, T2 > * secondPredicate
)
function clone#
inline virtual SBCFunctorPredicateOrOr3< T0, T1, T2 > * SBCFunctorPredicateOrOr3::clone () override const