|
| ranges::template (typename I1, typename S1, typename I2, typename C=equal_to, typename P1=identity, typename P2=identity)(AND sentinel_for< S1 |
| function template mismatch
|
|
I1 AND input_iterator< I2 > AND indirect_relation< C, projected< I1, P1 >, projected< I2, P2 > > | ranges::RANGES_DEPRECATED ("Use the variant of ranges::mismatch that takes an upper bound for " "both sequences") mismatch_result< I1 |
|
I1 AND input_iterator< I2 > AND indirect_relation< C, projected< I1, P1 >, projected< I2, P2 > > I2 RANGES_FUNC() | ranges::mismatch (I1 begin1, S1 end1, I2 begin2, C pred=C{}, P1 proj1=P1{}, P2 proj2=P2{}) |
|
| ranges::template (typename I1, typename S1, typename I2, typename S2, typename C=equal_to, typename P1=identity, typename P2=identity)(AND sentinel_for< S1 |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
I1 AND input_iterator< I2 > AND sentinel_for< S2, I2 > AND indirect_relation< C, projected< I1, P1 >, projected< I2, P2 > > constexpr mismatch_result< I1, I2 > RANGES_FUNC() | ranges::mismatch (I1 begin1, S1 end1, I2 begin2, S2 end2, C pred=C{}, P1 proj1=P1{}, P2 proj2=P2{}) |
|
| ranges::template (typename Rng1, typename I2Ref, typename C=equal_to, typename P1=identity, typename P2=identity)(AND input_iterator< uncvref_t< I2Ref > > AND indirect_relation< C |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
projected< uncvref_t< I2Ref >, P2 > uncvref_t< I2Ref > RANGES_FUNC() | ranges::mismatch (Rng1 &&rng1, I2Ref &&begin2, C pred=C{}, P1 proj1=P1{}, P2 proj2=P2{}) |
|
| ranges::template (typename Rng1, typename Rng2, typename C=equal_to, typename P1=identity, typename P2=identity)(AND input_range< Rng2 > AND indirect_relation< 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< Rng2 >, P2 > constexpr mismatch_result< borrowed_iterator_t< Rng1 >, borrowed_iterator_t< Rng2 > > RANGES_FUNC() | ranges::mismatch (Rng1 &&rng1, Rng2 &&rng2, C pred=C{}, P1 proj1=P1{}, P2 proj2=P2{}) |
|