Lines Matching refs:U
24 #define FTL_ARRAY_TRAIT(T, U) using U = typename details::ArrayTraits<T>::U argument
140 template <typename T, typename U, std::size_t N, std::size_t M>
141 friend bool operator==(const Array<T, N>& lhs, const Array<U, M>& rhs) {
145 template <typename T, typename U, std::size_t N, std::size_t M>
146 friend bool operator<(const Array<T, N>& lhs, const Array<U, M>& rhs) {
150 template <typename T, typename U, std::size_t N, std::size_t M>
151 friend bool operator>(const Array<T, N>& lhs, const Array<U, M>& rhs) {
155 template <typename T, typename U, std::size_t N, std::size_t M>
156 friend bool operator!=(const Array<T, N>& lhs, const Array<U, M>& rhs) {
160 template <typename T, typename U, std::size_t N, std::size_t M>
161 friend bool operator>=(const Array<T, N>& lhs, const Array<U, M>& rhs) {
165 template <typename T, typename U, std::size_t N, std::size_t M>
166 friend bool operator<=(const Array<T, N>& lhs, const Array<U, M>& rhs) {