reverse (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 reverse (STL/CLR).
Reverses the order of the elements within a range.
template<class _BidIt> inline
void reverse(_BidIt _First, _BidIt _Last);
This function behaves the same as the STL function reverse. For more information, see reverse.
Header: <cliext/algorithm>
Namespace: cliext
Show: