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