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

The regular_invocable concept. More...

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

Concept definition

template<typename Fun, typename... Args>
invocable<Fun, Args...>
The invocable concept.
Definition: concepts.hpp:48
The regular_invocable concept.
Definition: concepts.hpp:55

Detailed Description

The regular_invocable concept.