I am currently creating a class with a constexpr
constructor and I wonder if I can use an std::array
to store the data of this class. Does the standard explicitly specify that an std::array
has a constexpr
constructor and that its contents can be accessed at compile-time ?