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