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

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

Concept definition

template<class T>
concept vctr::is::stdPair = requires (T& t) { [] <class A, class B> (std::pair<A, B>&) {} (t); }
Constrains the type to be any instance of std::pair.
Definition: GenericConcepts.h:102

Detailed Description

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