|
| template<typename T, fl::size N> |
| bool | fl::operator!= (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| bool | fl::operator< (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| bool | fl::operator<= (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| bool | fl::operator== (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| bool | fl::operator> (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| bool | fl::operator>= (const array< T, N > &lhs, const array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| void | fl::swap (array< T, N > &lhs, array< T, N > &rhs) FL_NOEXCEPT |
| |
| template<fl::size N, typename T> |
| array< T, N > | fl::to_array (fl::span< const T, fl::size(-1)> s) FL_NOEXCEPT |
| |
| template<typename T, fl::size N> |
| array< T, N > | fl::to_array (fl::span< const T, N > s) FL_NOEXCEPT |
| |