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