VCTR
All Classes Namespaces Functions Variables Typedefs Modules Pages Concepts
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 = detail::IsStdTuple<T>::value
Constrains the type to be any instance of std::tuple.
Definition: GenericConcepts.h:104

Detailed Description

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