Web Analytics Made Easy - Statcounter
Skip to content

File SBCFunctorPredicateOrOr.hpp#

FileList > Core > Functor > SBCFunctorPredicateOrOr.hpp

  • #include "SBCFunctorPredicate.hpp"

Classes#

Type Name
class SBCFunctorPredicateOrOr0
This class describes a predicate that is true if at least one of two predicates istrue __

Public Functions#

Type Name
SBCFunctorPredicateOrOr0 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 SBOrOr0
The short name of SBCFunctorPredicateOrOr0 .
define SBOrOr1
The short name of SBCFunctorPredicateOrOr1.
define SBOrOr10
The short name of SBCFunctorPredicateOrOr10.
define SBOrOr11
The short name of SBCFunctorPredicateOrOr11.
define SBOrOr12
The short name of SBCFunctorPredicateOrOr12.
define SBOrOr13
The short name of SBCFunctorPredicateOrOr13.
define SBOrOr14
The short name of SBCFunctorPredicateOrOr14.
define SBOrOr15
The short name of SBCFunctorPredicateOrOr15.
define SBOrOr16
The short name of SBCFunctorPredicateOrOr16.
define SBOrOr2
The short name of SBCFunctorPredicateOrOr2.
define SBOrOr3
The short name of SBCFunctorPredicateOrOr3.
define SBOrOr4
The short name of SBCFunctorPredicateOrOr4.
define SBOrOr5
The short name of SBCFunctorPredicateOrOr5.
define SBOrOr6
The short name of SBCFunctorPredicateOrOr6.
define SBOrOr7
The short name of SBCFunctorPredicateOrOr7.
define SBOrOr8
The short name of SBCFunctorPredicateOrOr8.
define SBOrOr9
The short name of SBCFunctorPredicateOrOr9.
define SB_MAKE_PREDICATE_OR_OR_TEMPLATE (N)

Public Functions Documentation#

function operator||#

This function produces a predicate that is true iffirstPredicate istrue orsecondPredicate istrue __

SBCFunctorPredicateOrOr0 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 evaluates to true if either the first or second predicate is true.

Parameters:

  • firstPredicate Reference to the first predicate.
  • secondPredicate Reference to the second predicate.

Returns:

A new SBCFunctorPredicateOrOr0 object representing the combined predicate.


Macro Definition Documentation#

define SBOrOr0#

The short name of SBCFunctorPredicateOrOr0 .

#define SBOrOr0 


define SBOrOr1#

The short name of SBCFunctorPredicateOrOr1.

#define SBOrOr1 


define SBOrOr10#

The short name of SBCFunctorPredicateOrOr10.

#define SBOrOr10 


define SBOrOr11#

The short name of SBCFunctorPredicateOrOr11.

#define SBOrOr11 


define SBOrOr12#

The short name of SBCFunctorPredicateOrOr12.

#define SBOrOr12 


define SBOrOr13#

The short name of SBCFunctorPredicateOrOr13.

#define SBOrOr13 


define SBOrOr14#

The short name of SBCFunctorPredicateOrOr14.

#define SBOrOr14 


define SBOrOr15#

The short name of SBCFunctorPredicateOrOr15.

#define SBOrOr15 


define SBOrOr16#

The short name of SBCFunctorPredicateOrOr16.

#define SBOrOr16 


define SBOrOr2#

The short name of SBCFunctorPredicateOrOr2.

#define SBOrOr2 


define SBOrOr3#

The short name of SBCFunctorPredicateOrOr3.

#define SBOrOr3 


define SBOrOr4#

The short name of SBCFunctorPredicateOrOr4.

#define SBOrOr4 


define SBOrOr5#

The short name of SBCFunctorPredicateOrOr5.

#define SBOrOr5 


define SBOrOr6#

The short name of SBCFunctorPredicateOrOr6.

#define SBOrOr6 


define SBOrOr7#

The short name of SBCFunctorPredicateOrOr7.

#define SBOrOr7 


define SBOrOr8#

The short name of SBCFunctorPredicateOrOr8.

#define SBOrOr8 


define SBOrOr9#

The short name of SBCFunctorPredicateOrOr9.

#define SBOrOr9 


define SB_MAKE_PREDICATE_OR_OR_TEMPLATE#

#define SB_MAKE_PREDICATE_OR_OR_TEMPLATE (
    N
)