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