共用方式為


rotate (STL/CLR)

交換兩個相鄰範圍的項目。

template<class _FwdIt> inline
    void rotate(_FwdIt _First, _FwdIt _Mid, _FwdIt _Last);

備註

這個函式的行為與 STL 函式 rotate 相同。 如需詳細資訊,請參閱rotate

需求

標頭: <cliext/algorithm>

命名空間: cliext

請參閱

參考

algorithm (STL/CLR)