Searched refs:withAllPermutationsOfInIter (Results 1 – 2 of 2) sorted by relevance
247 constexpr void withAllPermutationsOfInIter() { in withAllPermutationsOfInIter() function258 withAllPermutationsOfInIter<cpp20_output_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()259 withAllPermutationsOfInIter<forward_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()260 withAllPermutationsOfInIter<bidirectional_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()261 withAllPermutationsOfInIter<random_access_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()262 withAllPermutationsOfInIter<contiguous_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()263 withAllPermutationsOfInIter<int*, SentWrapper>(); in withAllPermutationsOfInIterAndOutIter()
205 constexpr void withAllPermutationsOfInIter() { in withAllPermutationsOfInIter() function216 withAllPermutationsOfInIter<cpp20_output_iterator<int*>, SentWrapper>(); in withAllPermutationsOfInIterOutIter()217 withAllPermutationsOfInIter<int*, SentWrapper>(); in withAllPermutationsOfInIterOutIter()