Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exchanges the elements in two adjacent ranges within a source range and copies the result to a destination range.
template<class _FwdIt, class _OutIt> inline
_OutIt rotate_copy(_FwdIt _First, _FwdIt _Mid, _FwdIt _Last,
_OutIt _Dest);
Remarks
This function behaves the same as the STL function rotate_copy. For more information, see rotate_copy.
Requirements
Header: <cliext/algorithm>
Namespace: cliext