rotate (STL/CLR)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at rotate (STL/CLR).
Exchanges the elements in two adjacent ranges.
template<class _FwdIt> inline
void rotate(_FwdIt _First, _FwdIt _Mid, _FwdIt _Last);
This function behaves the same as the STL function rotate. For more information, see rotate.
Header: <cliext/algorithm>
Namespace: cliext
Show: