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.
template<class _FwdIt> inline
void rotate(_FwdIt _First, _FwdIt _Mid, _FwdIt _Last);
Remarks
This function behaves the same as the STL function rotate. For more information, see rotate.
Requirements
Header: <cliext/algorithm>
Namespace: cliext