Boost.Hana  1.1.0
Your standard library for metaprogramming
boost::hana::detail::array< T, Size > Struct Template Reference

Description

template<typename T, std::size_t Size>
struct boost::hana::detail::array< T, Size >

A minimal std::array with better constexpr support.

We also provide some algorithms from the constexpr/algorithm.hpp header as member functions to make them easier to use in constexpr contexts, since a constexpr array can't be mutated in place.