Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::CallablePredicate Struct Reference
+ Inheritance diagram for ranges::v3::concepts::CallablePredicate:

Public Member Functions

template<typename Fun , typename... Args>
auto requires_ (Fun &&, Args &&...) -> decltype( concepts::valid_expr( concepts::model_of< Predicate, function_type< Fun >, Args... >() ))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< RegularCallable >
void requires_ (Ts &&...)
 

Additional Inherited Members

- Public Types inherited from ranges::v3::concepts::refines< RegularCallable >
using base_concepts_t = meta::list< Concepts... >