.. _sprout-array: ############################################################################### Sprout.Array ############################################################################### .. toctree:: :hidden: array/index Interface ======================================== .. sourcecode:: c++ template class array; template inline void swap(sprout::array& lhs, sprout::array& rhs) SPROUT_NOEXCEPT_EXPR(SPROUT_NOEXCEPT_EXPR(lhs.swap(rhs))); template inline SPROUT_CONSTEXPR sprout::array to_array(T const (& arr)[N]); Classes ======================================== * :doc:`array <./array/index>` Non-member functions ======================================== * :doc:`swap <./swap>` * :doc:`to_array <./to_array>` Header ======================================== ``sprout/array.hpp``