libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ __pattern_rotate() [2/2]

template<class _Tag, class _ExecutionPolicy, class _ForwardIterator>
_ForwardIterator __pstl::__internal::__pattern_rotate ( _Tag ,
_ExecutionPolicy && ,
_ForwardIterator __first,
_ForwardIterator __middle,
_ForwardIterator __last )
noexcept

Definition at line 1637 of file algorithm_impl.h.

1639{
1640 return __internal::__brick_rotate(__first, __middle, __last, typename _Tag::__is_vector{});
1641}
_ForwardIterator __brick_rotate(_ForwardIterator, _ForwardIterator, _ForwardIterator, std::false_type) noexcept

References __brick_rotate().

Referenced by std::rotate().

Here is the call graph for this function:
Here is the caller graph for this function: