Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exchanges two values referred to by a pair of specified iterators.
template<class _FwdIt1, class _FwdIt2> inline
void iter_swap(_FwdIt1 _Left, _FwdIt2 _Right);
Remarks
This function behaves the same as the STL function iter_swap. For more information, see iter_swap.
Requirements
Header: <cliext/algorithm>
Namespace: cliext