This operator tests two pairs for ascending ordering.
- Parameters
-
x | The first pair to compare. |
y | The second pair to compare. |
- Returns
true
if and only if x.first < y.first || (!(y.first < x.first) && x.second < y.second)
.
- Template Parameters
-
Referenced by thrust::tuple< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::swap(), and thrust::mr::disjoint_unsynchronized_pool_resource< Upstream, Bookkeeper >::~disjoint_unsynchronized_pool_resource().