reverse (STL/CLR)

撤消的元素顺序范围内的。

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

备注

此函数行为与 STL reverse函数相同。 有关详细信息,请参阅reverse

要求

页眉: </cliext 算法>

命名空间: cliext

请参见

参考

algorithm (STL/CLR)