Template Function boost::make_span(const std::array<T, N>&)

Function Documentation

template<class T, std::size_t N>
inline constexpr span<const T, N> boost::make_span(const std::array<T, N> &a) noexcept