|
| template<typename T , const size_t SIZE> |
| void | etl::swap (etl::array< T, SIZE > &lhs, etl::array< T, SIZE > &rhs) |
| |
| template<typename T , std::size_t SIZE> |
| bool | etl::operator== (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| |
| template<typename T , std::size_t SIZE> |
| bool | etl::operator!= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| |
| template<typename T , std::size_t SIZE> |
| bool | etl::operator< (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| |
| template<typename T , std::size_t SIZE> |
| bool | etl::operator<= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| |
| template<typename T , std::size_t SIZE> |
| bool | etl::operator> (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| |
| template<typename T , std::size_t SIZE> |
| bool | etl::operator>= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| |
| template<std::size_t I, typename T , std::size_t N> |
| T & | etl::get (array< T, N > &a) |
| |
| template<std::size_t I, typename T , std::size_t N> |
| const T & | etl::get (const array< T, N > &a) |
| |