Inheritance diagram for ranges::v3::concepts::InvokablePredicate:Public Member Functions | |
| template<typename Fun , typename... Args> | |
| auto | requires_ (Fun &&, Args &&...) -> decltype(concepts::valid_expr(concepts::model_of< Predicate, invokable_t< Fun >, Args...>())) |
Public Member Functions inherited from ranges::v3::concepts::refines< RegularInvokable > | |
| void | requires_ (Ts &&...) |
Additional Inherited Members | |
Public Types inherited from ranges::v3::concepts::refines< RegularInvokable > | |
| using | base_concepts_t = meta::list< Concepts...> |