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

Concept definition

template<typename T>
concept meta::invocable = requires
{
typename quote<T::template invoke>;
}
Definition meta_fwd.hpp:302