Книга: Standard Template Library Programmer
Adaptable Binary Predicate
Разделы на этой странице:
Adaptable Binary Predicate
Category: functors
Component type: concept
Description
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 bool, and that includes nested typedef s that define its argument types and return type.
Refinement of
Predicate, Adaptable Binary Function
Associated types
None, except for those associated with Predicate and Adaptable Binary Function.
Valid expressions
None, except for those defined by the Predicate and Adaptable Binary Function requirements.
Models
• less
• equal_to
• logical_and
• logical_or
• binary_negate
See also
Binary Predicate, Predicate, Adaptable Predicate
Оглавление статьи/книги
Похожие страницы