Книга: Standard Template Library Programmer
Adaptable Predicate
Разделы на этой странице:
Adaptable Predicate
Category: functors
Component type: concept
Description
An Adaptable Predicate is a Predicate that is also an Adaptable Unary Function. That is, it is a Unary Function whose return type is bool, and that includes nested typedefs that define its argument type and return type.
Refinement of
Predicate, Adaptable Unary Function
Associated types
None, except for those associated with Predicate and Adaptable Unary Function.
Valid expressions
None, except for those defined by the Predicate and Adaptable Unary Function requirements.
Models
• logical_not
• unary_negate
See also
Predicate, Binary Predicate, Adaptable Binary Predicate
Оглавление статьи/книги