Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::invocable_ Concept Reference

The invocable_ concept. More...

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

Concept definition

template<typename Fun, typename... Args>
concept ranges::invocable_ = requires( Fun && fn ) { invoke((Fun &&) fn, std::declval<Args>()...) ; }
The invocable_ concept.
Definition concepts.hpp:44

Detailed Description

The invocable_ concept.