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