File SBCFunctorPredicateGreaterThan.hpp#
FileList > Base > Core > Functor > include > SBCFunctorPredicateGreaterThan.hpp
#include "SBCFunctorPredicate.hpp"
#include "SBCFunctorConstant.hpp"
Classes#
Type | Name |
---|---|
class | SBCFunctorPredicateGreaterThan0 <typename Output> This class describes a predicate that is true when a first functor returns a value greater than another one. |
class | SBCFunctorPredicateGreaterThan1 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)> |
class | SBCFunctorPredicateGreaterThan10 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(10)> |
class | SBCFunctorPredicateGreaterThan11 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(11)> |
class | SBCFunctorPredicateGreaterThan12 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(12)> |
class | SBCFunctorPredicateGreaterThan13 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(13)> |
class | SBCFunctorPredicateGreaterThan14 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(14)> |
class | SBCFunctorPredicateGreaterThan15 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(15)> |
class | SBCFunctorPredicateGreaterThan16 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(16)> |
class | SBCFunctorPredicateGreaterThan2 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(2)> |
class | SBCFunctorPredicateGreaterThan3 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)> |
class | SBCFunctorPredicateGreaterThan4 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(4)> |
class | SBCFunctorPredicateGreaterThan5 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(5)> |
class | SBCFunctorPredicateGreaterThan6 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(6)> |
class | SBCFunctorPredicateGreaterThan7 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(7)> |
class | SBCFunctorPredicateGreaterThan8 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(8)> |
class | SBCFunctorPredicateGreaterThan9 <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(9)> |
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateGreaterThan0< Output > | operator> (const SBCFunctor0< Output > & firstFunctor, const SBCFunctor0< Output > & secondFunctor) This function produces a predicate that is true if firstFunctor andsecondFunctor return the same value. |
SBCFunctorPredicateGreaterThan0< Output > | operator> (const Output & value, const SBCFunctor0< Output > & functor) |
SBCFunctorPredicateGreaterThan0< Output const & > | operator> (const Output & value, const SBCFunctor0< Output const & > & functor) |
SBCFunctorPredicateGreaterThan0< Output > | operator> (const SBCFunctor0< Output > & functor, const Output & value) |
SBCFunctorPredicateGreaterThan0< Output const & > | operator> (const SBCFunctor0< Output const & > & functor, const Output & value) |
SBCFunctorPredicateGreaterThan1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> | operator> (const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & firstFunctor, const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & secondFunctor) |
SBCFunctorPredicateGreaterThan1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> | operator> (const Output & value, const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor) |
SBCFunctorPredicateGreaterThan1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> | operator> (const Output & value, const SBCFunctor1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor) |
SBCFunctorPredicateGreaterThan1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> | operator> (const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> | operator> (const SBCFunctor1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> | operator> (const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & firstFunctor, const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & secondFunctor) |
SBCFunctorPredicateGreaterThan2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> | operator> (const Output & value, const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor) |
SBCFunctorPredicateGreaterThan2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> | operator> (const Output & value, const SBCFunctor2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor) |
SBCFunctorPredicateGreaterThan2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> | operator> (const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> | operator> (const SBCFunctor2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> | operator> (const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & firstFunctor, const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & secondFunctor) |
SBCFunctorPredicateGreaterThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> | operator> (const Output & value, const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor) |
SBCFunctorPredicateGreaterThan3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> | operator> (const Output & value, const SBCFunctor3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor) |
SBCFunctorPredicateGreaterThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> | operator> (const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> | operator> (const SBCFunctor3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> | operator> (const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & firstFunctor, const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & secondFunctor) |
SBCFunctorPredicateGreaterThan4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> | operator> (const Output & value, const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor) |
SBCFunctorPredicateGreaterThan4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> | operator> (const Output & value, const SBCFunctor4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor) |
SBCFunctorPredicateGreaterThan4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> | operator> (const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> | operator> (const SBCFunctor4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> | operator> (const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & firstFunctor, const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & secondFunctor) |
SBCFunctorPredicateGreaterThan5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> | operator> (const Output & value, const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor) |
SBCFunctorPredicateGreaterThan5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> | operator> (const Output & value, const SBCFunctor5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor) |
SBCFunctorPredicateGreaterThan5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> | operator> (const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> | operator> (const SBCFunctor5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> | operator> (const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & firstFunctor, const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & secondFunctor) |
SBCFunctorPredicateGreaterThan6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> | operator> (const Output & value, const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor) |
SBCFunctorPredicateGreaterThan6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> | operator> (const Output & value, const SBCFunctor6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor) |
SBCFunctorPredicateGreaterThan6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> | operator> (const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> | operator> (const SBCFunctor6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> | operator> (const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & firstFunctor, const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & secondFunctor) |
SBCFunctorPredicateGreaterThan7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> | operator> (const Output & value, const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor) |
SBCFunctorPredicateGreaterThan7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> | operator> (const Output & value, const SBCFunctor7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor) |
SBCFunctorPredicateGreaterThan7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> | operator> (const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> | operator> (const SBCFunctor7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> | operator> (const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & firstFunctor, const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & secondFunctor) |
SBCFunctorPredicateGreaterThan8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> | operator> (const Output & value, const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor) |
SBCFunctorPredicateGreaterThan8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> | operator> (const Output & value, const SBCFunctor8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor) |
SBCFunctorPredicateGreaterThan8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> | operator> (const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> | operator> (const SBCFunctor8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> | operator> (const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & firstFunctor, const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & secondFunctor) |
SBCFunctorPredicateGreaterThan9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> | operator> (const Output & value, const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor) |
SBCFunctorPredicateGreaterThan9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> | operator> (const Output & value, const SBCFunctor9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor) |
SBCFunctorPredicateGreaterThan9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> | operator> (const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> | operator> (const SBCFunctor9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> | operator> (const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & firstFunctor, const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & secondFunctor) |
SBCFunctorPredicateGreaterThan10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> | operator> (const Output & value, const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor) |
SBCFunctorPredicateGreaterThan10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> | operator> (const Output & value, const SBCFunctor10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor) |
SBCFunctorPredicateGreaterThan10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> | operator> (const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> | operator> (const SBCFunctor10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> | operator> (const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & firstFunctor, const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & secondFunctor) |
SBCFunctorPredicateGreaterThan11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> | operator> (const Output & value, const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor) |
SBCFunctorPredicateGreaterThan11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> | operator> (const Output & value, const SBCFunctor11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor) |
SBCFunctorPredicateGreaterThan11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> | operator> (const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> | operator> (const SBCFunctor11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> | operator> (const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & firstFunctor, const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & secondFunctor) |
SBCFunctorPredicateGreaterThan12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> | operator> (const Output & value, const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor) |
SBCFunctorPredicateGreaterThan12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> | operator> (const Output & value, const SBCFunctor12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor) |
SBCFunctorPredicateGreaterThan12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> | operator> (const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> | operator> (const SBCFunctor12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> | operator> (const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & firstFunctor, const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & secondFunctor) |
SBCFunctorPredicateGreaterThan13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> | operator> (const Output & value, const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor) |
SBCFunctorPredicateGreaterThan13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> | operator> (const Output & value, const SBCFunctor13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor) |
SBCFunctorPredicateGreaterThan13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> | operator> (const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> | operator> (const SBCFunctor13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> | operator> (const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & firstFunctor, const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & secondFunctor) |
SBCFunctorPredicateGreaterThan14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> | operator> (const Output & value, const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor) |
SBCFunctorPredicateGreaterThan14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> | operator> (const Output & value, const SBCFunctor14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor) |
SBCFunctorPredicateGreaterThan14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> | operator> (const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> | operator> (const SBCFunctor14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> | operator> (const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & firstFunctor, const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & secondFunctor) |
SBCFunctorPredicateGreaterThan15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> | operator> (const Output & value, const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor) |
SBCFunctorPredicateGreaterThan15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> | operator> (const Output & value, const SBCFunctor15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor) |
SBCFunctorPredicateGreaterThan15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> | operator> (const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> | operator> (const SBCFunctor15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> | operator> (const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & firstFunctor, const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & secondFunctor) |
SBCFunctorPredicateGreaterThan16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> | operator> (const Output & value, const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor) |
SBCFunctorPredicateGreaterThan16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> | operator> (const Output & value, const SBCFunctor16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor) |
SBCFunctorPredicateGreaterThan16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> | operator> (const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor, const Output & value) |
SBCFunctorPredicateGreaterThan16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> | operator> (const SBCFunctor16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor, const Output & value) |
Macros#
Type | Name |
---|---|
define | SBGreaterThan0 The short name of SBCFunctorPredicateGreaterThan0 . |
define | SBGreaterThan1 The short name of SBCFunctorPredicateGreaterThan1. |
define | SBGreaterThan10 The short name of SBCFunctorPredicateGreaterThan10. |
define | SBGreaterThan11 The short name of SBCFunctorPredicateGreaterThan11. |
define | SBGreaterThan12 The short name of SBCFunctorPredicateGreaterThan12. |
define | SBGreaterThan13 The short name of SBCFunctorPredicateGreaterThan13. |
define | SBGreaterThan14 The short name of SBCFunctorPredicateGreaterThan14. |
define | SBGreaterThan15 The short name of SBCFunctorPredicateGreaterThan15. |
define | SBGreaterThan16 The short name of SBCFunctorPredicateGreaterThan16. |
define | SBGreaterThan2 The short name of SBCFunctorPredicateGreaterThan2. |
define | SBGreaterThan3 The short name of SBCFunctorPredicateGreaterThan3. |
define | SBGreaterThan4 The short name of SBCFunctorPredicateGreaterThan4. |
define | SBGreaterThan5 The short name of SBCFunctorPredicateGreaterThan5. |
define | SBGreaterThan6 The short name of SBCFunctorPredicateGreaterThan6. |
define | SBGreaterThan7 The short name of SBCFunctorPredicateGreaterThan7. |
define | SBGreaterThan8 The short name of SBCFunctorPredicateGreaterThan8. |
define | SBGreaterThan9 The short name of SBCFunctorPredicateGreaterThan9. |
define | SB_MAKE_PREDICATE_GREATER_THAN_TEMPLATE (N) |
Public Functions Documentation#
function operator>#
This function produces a predicate that is true if firstFunctor
andsecondFunctor
return the same value.
template<typename Output>
SBCFunctorPredicateGreaterThan0 < Output > operator> (
const SBCFunctor0< Output > & firstFunctor,
const SBCFunctor0< Output > & secondFunctor
)
function operator>#
template<typename Output>
SBCFunctorPredicateGreaterThan0 < Output > operator> (
const Output & value,
const SBCFunctor0< Output > & functor
)
function operator>#
template<typename Output>
SBCFunctorPredicateGreaterThan0 < Output const & > operator> (
const Output & value,
const SBCFunctor0< Output const & > & functor
)
function operator>#
template<typename Output>
SBCFunctorPredicateGreaterThan0 < Output > operator> (
const SBCFunctor0< Output > & functor,
const Output & value
)
function operator>#
template<typename Output>
SBCFunctorPredicateGreaterThan0 < Output const & > operator> (
const SBCFunctor0< Output const & > & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)>
SBCFunctorPredicateGreaterThan1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> operator> (
const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & firstFunctor,
const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)>
SBCFunctorPredicateGreaterThan1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> operator> (
const Output & value,
const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)>
SBCFunctorPredicateGreaterThan1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> operator> (
const Output & value,
const SBCFunctor1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)>
SBCFunctorPredicateGreaterThan1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> operator> (
const SBCFunctor1< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)>
SBCFunctorPredicateGreaterThan1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> operator> (
const SBCFunctor1< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>
SBCFunctorPredicateGreaterThan2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> operator> (
const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & firstFunctor,
const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>
SBCFunctorPredicateGreaterThan2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> operator> (
const Output & value,
const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>
SBCFunctorPredicateGreaterThan2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> operator> (
const Output & value,
const SBCFunctor2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>
SBCFunctorPredicateGreaterThan2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> operator> (
const SBCFunctor2< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(2)>
SBCFunctorPredicateGreaterThan2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> operator> (
const SBCFunctor2< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(2)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>
SBCFunctorPredicateGreaterThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> operator> (
const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & firstFunctor,
const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>
SBCFunctorPredicateGreaterThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> operator> (
const Output & value,
const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>
SBCFunctorPredicateGreaterThan3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> operator> (
const Output & value,
const SBCFunctor3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>
SBCFunctorPredicateGreaterThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> operator> (
const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>
SBCFunctorPredicateGreaterThan3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> operator> (
const SBCFunctor3< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>
SBCFunctorPredicateGreaterThan4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> operator> (
const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & firstFunctor,
const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>
SBCFunctorPredicateGreaterThan4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> operator> (
const Output & value,
const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>
SBCFunctorPredicateGreaterThan4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> operator> (
const Output & value,
const SBCFunctor4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>
SBCFunctorPredicateGreaterThan4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> operator> (
const SBCFunctor4< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(4)>
SBCFunctorPredicateGreaterThan4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> operator> (
const SBCFunctor4< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(4)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(5)>
SBCFunctorPredicateGreaterThan5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> operator> (
const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & firstFunctor,
const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(5)>
SBCFunctorPredicateGreaterThan5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> operator> (
const Output & value,
const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(5)>
SBCFunctorPredicateGreaterThan5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> operator> (
const Output & value,
const SBCFunctor5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(5)>
SBCFunctorPredicateGreaterThan5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> operator> (
const SBCFunctor5< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(5)>
SBCFunctorPredicateGreaterThan5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> operator> (
const SBCFunctor5< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(5)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(6)>
SBCFunctorPredicateGreaterThan6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> operator> (
const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & firstFunctor,
const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(6)>
SBCFunctorPredicateGreaterThan6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> operator> (
const Output & value,
const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(6)>
SBCFunctorPredicateGreaterThan6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> operator> (
const Output & value,
const SBCFunctor6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(6)>
SBCFunctorPredicateGreaterThan6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> operator> (
const SBCFunctor6< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(6)>
SBCFunctorPredicateGreaterThan6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> operator> (
const SBCFunctor6< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(6)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(7)>
SBCFunctorPredicateGreaterThan7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> operator> (
const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & firstFunctor,
const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(7)>
SBCFunctorPredicateGreaterThan7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> operator> (
const Output & value,
const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(7)>
SBCFunctorPredicateGreaterThan7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> operator> (
const Output & value,
const SBCFunctor7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(7)>
SBCFunctorPredicateGreaterThan7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> operator> (
const SBCFunctor7< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(7)>
SBCFunctorPredicateGreaterThan7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> operator> (
const SBCFunctor7< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(7)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>
SBCFunctorPredicateGreaterThan8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> operator> (
const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & firstFunctor,
const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>
SBCFunctorPredicateGreaterThan8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> operator> (
const Output & value,
const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>
SBCFunctorPredicateGreaterThan8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> operator> (
const Output & value,
const SBCFunctor8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>
SBCFunctorPredicateGreaterThan8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> operator> (
const SBCFunctor8< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(8)>
SBCFunctorPredicateGreaterThan8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> operator> (
const SBCFunctor8< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(8)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(9)>
SBCFunctorPredicateGreaterThan9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> operator> (
const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & firstFunctor,
const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(9)>
SBCFunctorPredicateGreaterThan9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> operator> (
const Output & value,
const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(9)>
SBCFunctorPredicateGreaterThan9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> operator> (
const Output & value,
const SBCFunctor9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(9)>
SBCFunctorPredicateGreaterThan9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> operator> (
const SBCFunctor9< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(9)>
SBCFunctorPredicateGreaterThan9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> operator> (
const SBCFunctor9< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(9)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>
SBCFunctorPredicateGreaterThan10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> operator> (
const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & firstFunctor,
const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>
SBCFunctorPredicateGreaterThan10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> operator> (
const Output & value,
const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>
SBCFunctorPredicateGreaterThan10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> operator> (
const Output & value,
const SBCFunctor10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>
SBCFunctorPredicateGreaterThan10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> operator> (
const SBCFunctor10< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(10)>
SBCFunctorPredicateGreaterThan10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> operator> (
const SBCFunctor10< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(10)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>
SBCFunctorPredicateGreaterThan11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> operator> (
const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & firstFunctor,
const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>
SBCFunctorPredicateGreaterThan11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> operator> (
const Output & value,
const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>
SBCFunctorPredicateGreaterThan11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> operator> (
const Output & value,
const SBCFunctor11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>
SBCFunctorPredicateGreaterThan11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> operator> (
const SBCFunctor11< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(11)>
SBCFunctorPredicateGreaterThan11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> operator> (
const SBCFunctor11< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(11)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(12)>
SBCFunctorPredicateGreaterThan12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> operator> (
const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & firstFunctor,
const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(12)>
SBCFunctorPredicateGreaterThan12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> operator> (
const Output & value,
const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(12)>
SBCFunctorPredicateGreaterThan12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> operator> (
const Output & value,
const SBCFunctor12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(12)>
SBCFunctorPredicateGreaterThan12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> operator> (
const SBCFunctor12< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(12)>
SBCFunctorPredicateGreaterThan12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> operator> (
const SBCFunctor12< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(12)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>
SBCFunctorPredicateGreaterThan13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> operator> (
const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & firstFunctor,
const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>
SBCFunctorPredicateGreaterThan13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> operator> (
const Output & value,
const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>
SBCFunctorPredicateGreaterThan13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> operator> (
const Output & value,
const SBCFunctor13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>
SBCFunctorPredicateGreaterThan13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> operator> (
const SBCFunctor13< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(13)>
SBCFunctorPredicateGreaterThan13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> operator> (
const SBCFunctor13< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(13)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>
SBCFunctorPredicateGreaterThan14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> operator> (
const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & firstFunctor,
const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>
SBCFunctorPredicateGreaterThan14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> operator> (
const Output & value,
const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>
SBCFunctorPredicateGreaterThan14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> operator> (
const Output & value,
const SBCFunctor14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>
SBCFunctorPredicateGreaterThan14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> operator> (
const SBCFunctor14< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(14)>
SBCFunctorPredicateGreaterThan14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> operator> (
const SBCFunctor14< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(14)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>
SBCFunctorPredicateGreaterThan15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> operator> (
const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & firstFunctor,
const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>
SBCFunctorPredicateGreaterThan15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> operator> (
const Output & value,
const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>
SBCFunctorPredicateGreaterThan15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> operator> (
const Output & value,
const SBCFunctor15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>
SBCFunctorPredicateGreaterThan15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> operator> (
const SBCFunctor15< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(15)>
SBCFunctorPredicateGreaterThan15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> operator> (
const SBCFunctor15< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(15)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>
SBCFunctorPredicateGreaterThan16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> operator> (
const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & firstFunctor,
const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & secondFunctor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>
SBCFunctorPredicateGreaterThan16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> operator> (
const Output & value,
const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>
SBCFunctorPredicateGreaterThan16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> operator> (
const Output & value,
const SBCFunctor16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>
SBCFunctorPredicateGreaterThan16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> operator> (
const SBCFunctor16< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor,
const Output & value
)
function operator>#
template<typename Output, SB_MAKE_TEMPLATE_PARAMETERS(16)>
SBCFunctorPredicateGreaterThan16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> operator> (
const SBCFunctor16< Output const &, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(16)> & functor,
const Output & value
)
Macro Definition Documentation#
define SBGreaterThan0#
The short name of SBCFunctorPredicateGreaterThan0 .
define SBGreaterThan1#
The short name of SBCFunctorPredicateGreaterThan1.
define SBGreaterThan10#
The short name of SBCFunctorPredicateGreaterThan10.
define SBGreaterThan11#
The short name of SBCFunctorPredicateGreaterThan11.
define SBGreaterThan12#
The short name of SBCFunctorPredicateGreaterThan12.
define SBGreaterThan13#
The short name of SBCFunctorPredicateGreaterThan13.
define SBGreaterThan14#
The short name of SBCFunctorPredicateGreaterThan14.
define SBGreaterThan15#
The short name of SBCFunctorPredicateGreaterThan15.
define SBGreaterThan16#
The short name of SBCFunctorPredicateGreaterThan16.
define SBGreaterThan2#
The short name of SBCFunctorPredicateGreaterThan2.
define SBGreaterThan3#
The short name of SBCFunctorPredicateGreaterThan3.
define SBGreaterThan4#
The short name of SBCFunctorPredicateGreaterThan4.
define SBGreaterThan5#
The short name of SBCFunctorPredicateGreaterThan5.
define SBGreaterThan6#
The short name of SBCFunctorPredicateGreaterThan6.
define SBGreaterThan7#
The short name of SBCFunctorPredicateGreaterThan7.
define SBGreaterThan8#
The short name of SBCFunctorPredicateGreaterThan8.
define SBGreaterThan9#
The short name of SBCFunctorPredicateGreaterThan9.