VCTR
Loading...
Searching...
No Matches
vctr::is::stdTuple Concept Reference

Constrains the type to be any instance of std::tuple. More...

Concept definition

template<class T>
concept vctr::is::stdTuple = requires (T& t) { [] <class... Ts> (std::tuple<Ts...>&) {} (t); }
Constrains the type to be any instance of std::tuple.
Definition: GenericConcepts.h:106

Detailed Description

Constrains the type to be any instance of std::tuple.