Lines Matching refs:is_permutation
132 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1,
137 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1,
142 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1,
147 is_permutation(ForwardIterator1 first1, ForwardIterator1 last1,
1288 // is_permutation
1292 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
1340 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
1345 return _VSTD::is_permutation(__first1, __last1, __first2, __equal_to<__v1, __v2>());
1411 return _VSTD::is_permutation<_RandomAccessIterator1, _RandomAccessIterator2,
1419 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
1432 is_permutation(_ForwardIterator1 __first1, _ForwardIterator1 __last1,