Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Reverses the order of the elements within a range.
template<class _BidIt> inline
void reverse(_BidIt _First, _BidIt _Last);
Remarks
This function behaves the same as the STL function reverse. For more information, see reverse.
Requirements
Header: <cliext/algorithm>
Namespace: cliext