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

Public Member Functions

template<typename Fun , typename... Args>
auto requires_ (Fun &&fun, Args &&...args) -> decltype( concepts::valid_expr( concepts::convertible_to< bool >(val< Fun >()(val< Args >()...)) ))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< RegularFunction >
void requires_ (Ts &&...)
 

Additional Inherited Members

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