The bsl::array
class template provides an STL compliant array
on all supported platforms.
This C++14 implementation preserves essential behavior in C++11 and C++03
environments where features such as noexcept
and constexpr
may not be
fully supported.