• bool (*)(int,int)
• equal_to
Predicate, Adaptable Predicate, Adaptable Binary Predicate
Adaptable Predicate
Category: functors
Component type: concept
An Adaptable Predicate is a Predicate that is also an Adaptable Unary Function. That is, it is a Unary Function whose return type is
Predicate, Adaptable Unary Function
None, except for those associated with Predicate and Adaptable Unary Function.
None, except for those defined by the Predicate and Adaptable Unary Function requirements.
• logical_not
• unary_negate
Predicate, Binary Predicate, Adaptable Binary Predicate
Adaptable Binary Predicate
Category: functors
Component type: concept
An Adaptable Binary Predicate is a Binary Predicate that is also an Adaptable Binary Function. That is, it is a Binary Function whose return type is
Predicate, Adaptable Binary Function
None, except for those associated with Predicate and Adaptable Binary Function.
None, except for those defined by the Predicate and Adaptable Binary Function requirements.
• less
• equal_to
• logical_and
• logical_or
• binary_negate
Binary Predicate, Predicate, Adaptable Predicate
Strict Weak Ordering
Category: functors
Component type: concept
A Strict Weak Ordering is a Binary Predicate that compares two objects, returning
Binary Predicate
First argument type | The type of the Strict Weak Ordering's first argument. |
Second argument type | The type of the Strict Weak Ordering's second argument. The first argument type and second argument type must be the same. |
Result type | The type returned when the Strict Weak Ordering is called. The result type must be convertible to |
F
A type that is a model of Strict Weak Ordering
X
The type of Strict Weak Ordering's arguments.
f
Object of type
x, y, z
Object of type
• Two objects
None, except for those defined in the Binary Predicate requirements.