This operator tests two pairs for descending ordering.
- Parameters
-
x | The first pair to compare. |
y | The second pair to compare. |
- Returns
true
if and only if y < x
.
- Template Parameters
-
Referenced by thrust::iterator_facade< Derived, Value, System, Traversal, Reference, Difference >::operator-(), and thrust::tuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::swap().