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