|
SpECTRE
v2026.04.01
|
Check if type T is a std::array of a given size. More...
#include <IsStdArrayOfSize.hpp>
Check if type T is a std::array of a given size.
Given a size_t N and type T derives from std::true_type if T is a std::array of size N and from std::false_type otherwise.
For any type T
Returns: std::bool_constant
Semantics: If T is a std::array of size N then
otherwise
| T | the type to check |