共用方式為


reverse (STL/CLR)

反轉項目的順序在範圍內。

template<class _BidIt> inline
    void reverse(_BidIt _First, _BidIt _Last);

備註

這個函式產生相同的行為做為 STL 函式的 reverse。 如需詳細資訊,請參閱reverse

需求

標題: <cliext/演算法>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)