reverse (STL/CLR)

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

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

備註

這個函式行為和 STL 函式一樣reverse。如需詳細資訊,請參閱 reverse

需求

標頭: < cliext/演算法 >

Namespace: cliext

請參閱

參考

algorithm (STL/CLR)