std::experimental::ranges::is_permutation (3) Linux Manual Page
std::experimental::ranges::is_permutation – std::experimental::ranges::is_permutation Synopsis Defined in header<experimental / ranges / algorithm> template <ForwardIterator I1, Sentinel<I1> S1, ForwardIterator I2, Sentinel<I2> S2, class Pred = ranges::equal_to<>, class Proj1 = ranges::identity, class Proj2 = ranges::identity> (1)(ranges TS) requires IndirectlyComparable<I1, I2, Pred, Proj1, Proj2> bool is_permutation(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = Pred{}, Proj1 proj1…
