Web Analytics Made Easy - Statcounter
Skip to content

File SBCFunctorPredicateAnd.hpp#

FileList > Core > Functor > SBCFunctorPredicateAnd.hpp

  • #include "SBCFunctorPredicate.hpp"

Classes#

Type Name
class SBCFunctorPredicateAnd0
This class describes a predicate that is true when two predicates aretrue __

Public Functions#

Type Name
SBCFunctorPredicateAnd0 SB_SBCFUNCTOR_EXPORT operator& (const SBCFunctorPredicate0 & firstPredicate, const SBCFunctorPredicate0 & secondPredicate)
This function produces a predicate that is true if and only iffirstPredicate andsecondPredicate aretrue __

Macros#

Type Name
define SBAnd0
The short name of SBCFunctorPredicateAnd0 .
define SBAnd1
The short name of SBCFunctorPredicateAnd1.
define SBAnd10
The short name of SBCFunctorPredicateAnd10.
define SBAnd11
The short name of SBCFunctorPredicateAnd11.
define SBAnd12
The short name of SBCFunctorPredicateAnd12.
define SBAnd13
The short name of SBCFunctorPredicateAnd13.
define SBAnd14
The short name of SBCFunctorPredicateAnd14.
define SBAnd15
The short name of SBCFunctorPredicateAnd15.
define SBAnd16
The short name of SBCFunctorPredicateAnd16.
define SBAnd2
The short name of SBCFunctorPredicateAnd2.
define SBAnd3
The short name of SBCFunctorPredicateAnd3.
define SBAnd4
The short name of SBCFunctorPredicateAnd4.
define SBAnd5
The short name of SBCFunctorPredicateAnd5.
define SBAnd6
The short name of SBCFunctorPredicateAnd6.
define SBAnd7
The short name of SBCFunctorPredicateAnd7.
define SBAnd8
The short name of SBCFunctorPredicateAnd8.
define SBAnd9
The short name of SBCFunctorPredicateAnd9.
define SB_MAKE_PREDICATE_AND_TEMPLATE (N)

Public Functions Documentation#

function operator&#

This function produces a predicate that is true if and only iffirstPredicate andsecondPredicate aretrue __

SBCFunctorPredicateAnd0 SB_SBCFUNCTOR_EXPORT operator& (
    const SBCFunctorPredicate0 & firstPredicate,
    const SBCFunctorPredicate0 & secondPredicate
) 

This function produces a predicate that is true if and only if firstPredicate and secondPredicate are true

The returned predicate owns clones of the given predicates.

Parameters:

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

Returns:

A new SBCFunctorPredicateAnd0 representing the logical AND of the two predicates.


Macro Definition Documentation#

define SBAnd0#

The short name of SBCFunctorPredicateAnd0 .

#define SBAnd0 


define SBAnd1#

The short name of SBCFunctorPredicateAnd1.

#define SBAnd1 


define SBAnd10#

The short name of SBCFunctorPredicateAnd10.

#define SBAnd10 


define SBAnd11#

The short name of SBCFunctorPredicateAnd11.

#define SBAnd11 


define SBAnd12#

The short name of SBCFunctorPredicateAnd12.

#define SBAnd12 


define SBAnd13#

The short name of SBCFunctorPredicateAnd13.

#define SBAnd13 


define SBAnd14#

The short name of SBCFunctorPredicateAnd14.

#define SBAnd14 


define SBAnd15#

The short name of SBCFunctorPredicateAnd15.

#define SBAnd15 


define SBAnd16#

The short name of SBCFunctorPredicateAnd16.

#define SBAnd16 


define SBAnd2#

The short name of SBCFunctorPredicateAnd2.

#define SBAnd2 


define SBAnd3#

The short name of SBCFunctorPredicateAnd3.

#define SBAnd3 


define SBAnd4#

The short name of SBCFunctorPredicateAnd4.

#define SBAnd4 


define SBAnd5#

The short name of SBCFunctorPredicateAnd5.

#define SBAnd5 


define SBAnd6#

The short name of SBCFunctorPredicateAnd6.

#define SBAnd6 


define SBAnd7#

The short name of SBCFunctorPredicateAnd7.

#define SBAnd7 


define SBAnd8#

The short name of SBCFunctorPredicateAnd8.

#define SBAnd8 


define SBAnd9#

The short name of SBCFunctorPredicateAnd9.

#define SBAnd9 


define SB_MAKE_PREDICATE_AND_TEMPLATE#

#define SB_MAKE_PREDICATE_AND_TEMPLATE (
    N
)