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

Constrains a type to be any instance of std::array. More...

Concept definition

template<class T>
concept vctr::is::stdArray = detail::IsStdArray<T>::value
Constrains a type to be any instance of std::array.
Definition: ContainerAndExpressionConcepts.h:216

Detailed Description

Constrains a type to be any instance of std::array.