|
| template<typename T, const size_t SIZE> |
| void | etl::swap (etl::array< T, SIZE > &lhs, etl::array< T, SIZE > &rhs) |
| | Template deduction guides.
|
| template<typename T, size_t SIZE> |
| bool | etl::operator== (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| template<typename T, size_t SIZE> |
| bool | etl::operator!= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| template<typename T, size_t SIZE> |
| bool | etl::operator< (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| template<typename T, size_t SIZE> |
| bool | etl::operator<= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| template<typename T, size_t SIZE> |
| bool | etl::operator> (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| template<typename T, size_t SIZE> |
| bool | etl::operator>= (const etl::array< T, SIZE > &lhs, const etl::array< T, SIZE > &rhs) |
| template<size_t Index, typename T, size_t Size> |
| T & | etl::get (array< T, Size > &a) |
| template<size_t Index, typename T, size_t Size> |
| const T & | etl::get (const array< T, Size > &a) |