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

Concept definition

template<typename T>
concept meta::trait = requires
{
typename T::type;
}
Definition meta_fwd.hpp:296