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