reverse_copy (STL/CLR)
在將其複製到目的範圍時,在來源範圍內反轉項目的順序。
template<class _BidIt, class _OutIt> inline
_OutIt reverse_copy(_BidIt _First, _BidIt _Last, _OutIt _Dest);
備註
這個函式的行為與 STL 函式 reverse_copy 相同。 如需詳細資訊,請參閱reverse_copy。
需求
標頭: <cliext/algorithm>
命名空間: cliext