Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::predicate Concept Reference

The predicate concept. More...

#include <range/v3/functional/concepts.hpp>

Concept definition

template<typename Fun, typename... Args>
regular_invocable<Fun, Args...> &&
ranges::predicate_ < Fun, Args... >
The predicate_ concept.
Definition: concepts.hpp:69
The predicate concept.
Definition: concepts.hpp:73
The regular_invocable concept.
Definition: concepts.hpp:55

Detailed Description

The predicate concept.