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