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