File SBCFunctorPredicateOr.hpp#
FileList > Core > Functor > SBCFunctorPredicateOr.hpp
#include "SBCFunctorPredicate.hpp"
Classes#
| Type | Name |
|---|---|
| class | SBCFunctorPredicateOr0 This class describes a predicate that is true if at least one of two predicates istrue __ |
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorPredicateOr0 SB_SBCFUNCTOR_EXPORT | operator| (const SBCFunctorPredicate0 & firstPredicate, const SBCFunctorPredicate0 & secondPredicate) This function produces a predicate that is true iffirstPredicate istrue orsecondPredicate istrue __ |
Macros#
| Type | Name |
|---|---|
| define | SBOr0 The short name of SBCFunctorPredicateOr0 . |
| define | SBOr1 The short name of SBCFunctorPredicateOr1. |
| define | SBOr10 The short name of SBCFunctorPredicateOr10. |
| define | SBOr11 The short name of SBCFunctorPredicateOr11. |
| define | SBOr12 The short name of SBCFunctorPredicateOr12. |
| define | SBOr13 The short name of SBCFunctorPredicateOr13. |
| define | SBOr14 The short name of SBCFunctorPredicateOr14. |
| define | SBOr15 The short name of SBCFunctorPredicateOr15. |
| define | SBOr16 The short name of SBCFunctorPredicateOr16. |
| define | SBOr2 The short name of SBCFunctorPredicateOr2. |
| define | SBOr3 The short name of SBCFunctorPredicateOr3. |
| define | SBOr4 The short name of SBCFunctorPredicateOr4. |
| define | SBOr5 The short name of SBCFunctorPredicateOr5. |
| define | SBOr6 The short name of SBCFunctorPredicateOr6. |
| define | SBOr7 The short name of SBCFunctorPredicateOr7. |
| define | SBOr8 The short name of SBCFunctorPredicateOr8. |
| define | SBOr9 The short name of SBCFunctorPredicateOr9. |
| define | SB_MAKE_PREDICATE_OR_TEMPLATE (N) |
Public Functions Documentation#
function operator|#
This function produces a predicate that is true iffirstPredicate istrue orsecondPredicate istrue __
SBCFunctorPredicateOr0 SB_SBCFUNCTOR_EXPORT operator| (
const SBCFunctorPredicate0 & firstPredicate,
const SBCFunctorPredicate0 & secondPredicate
)
This function produces a predicate that is true if firstPredicate is true or secondPredicate is true
The returned predicate holds clones of the supplied predicates.
Parameters:
firstPredicateThe first predicate functor.secondPredicateThe second predicate functor.
Returns:
A new SBCFunctorPredicateOr0 representing the logical OR of the two predicates.
Macro Definition Documentation#
define SBOr0#
The short name of SBCFunctorPredicateOr0 .
define SBOr1#
The short name of SBCFunctorPredicateOr1.
define SBOr10#
The short name of SBCFunctorPredicateOr10.
define SBOr11#
The short name of SBCFunctorPredicateOr11.
define SBOr12#
The short name of SBCFunctorPredicateOr12.
define SBOr13#
The short name of SBCFunctorPredicateOr13.
define SBOr14#
The short name of SBCFunctorPredicateOr14.
define SBOr15#
The short name of SBCFunctorPredicateOr15.
define SBOr16#
The short name of SBCFunctorPredicateOr16.
define SBOr2#
The short name of SBCFunctorPredicateOr2.
define SBOr3#
The short name of SBCFunctorPredicateOr3.
define SBOr4#
The short name of SBCFunctorPredicateOr4.
define SBOr5#
The short name of SBCFunctorPredicateOr5.
define SBOr6#
The short name of SBCFunctorPredicateOr6.
define SBOr7#
The short name of SBCFunctorPredicateOr7.
define SBOr8#
The short name of SBCFunctorPredicateOr8.
define SBOr9#
The short name of SBCFunctorPredicateOr9.