swap_ranges (STL/CLR)

交换一个范围的元素与另一个组件,它们大小的范围。

template<class _FwdIt1, class _FwdIt2> inline
    _FwdIt2 swap_ranges(_FwdIt1 _First1, _FwdIt1 _Last1,
        _FwdIt2 _First2);

备注

此功能相同的行为就如同 STL 功能 swap_ranges的。有关更多信息,请参见 swap_ranges

要求

标题: <cliext/算法>

命名空间: cliext

请参见

参考

algorithm (STL/CLR)