Class SBCFunctorPredicateNot3#
template <typename T0, typename T1, typename T2>
ClassList > SBCFunctorPredicateNot3
Inherits the following classes: SBCFunctorPredicate3< T0, T1, T2 >
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateNot3 (const SBCFunctorPredicate3< T0, T1, T2 > * predicate) |
|
virtual SBCFunctorPredicateNot3< 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 | ~SBCFunctorPredicateNot3 () |
Public Functions Documentation#
function SBCFunctorPredicateNot3#
inline SBCFunctorPredicateNot3::SBCFunctorPredicateNot3 (
const SBCFunctorPredicate3< T0, T1, T2 > * predicate
)
function clone#
inline virtual SBCFunctorPredicateNot3< T0, T1, T2 > * SBCFunctorPredicateNot3::clone () override const