VCTR
Loading...
Searching...
No Matches
vctr::are::same Concept Reference

Constrains a pack of elements to be the same type. More...

Concept definition

template<class T, class... U>
concept vctr::are::same = (std::same_as<T, U> || ...)
Constrains a pack of elements to be the same type.
Definition: GenericConcepts.h:142

Detailed Description

Constrains a pack of elements to be the same type.