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