|
| ranges::template (typename I0, typename S0, typename I1, typename S1, typename C=less, typename P0=identity, typename P1=identity)(AND sentinel_for< S0 |
| function template lexicographical_compare
|
|
I0 AND input_iterator< I1 > AND sentinel_for< S1, I1 > AND indirect_strict_weak_order< C, projected< I0, P0 >, projected< I1, P1 > > constexpr bool RANGES_FUNC() | ranges::lexicographical_compare (I0 begin0, S0 end0, I1 begin1, S1 end1, C pred=C{}, P0 proj0=P0{}, P1 proj1=P1{}) |
|
| ranges::template (typename Rng0, typename Rng1, typename C=less, typename P0=identity, typename P1=identity)(AND input_range< Rng1 > AND indirect_strict_weak_order< C |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
projected< iterator_t< Rng1 >, P1 > constexpr bool RANGES_FUNC() | ranges::lexicographical_compare (Rng0 &&rng0, Rng1 &&rng1, C pred=C{}, P0 proj0=P0{}, P1 proj1=P1{}) |
|