iter_swap (STL/CLR)
Echange deux valeurs référencés par une paire d'itérateurs spécifiés.
template<class _FwdIt1, class _FwdIt2> inline
void iter_swap(_FwdIt1 _Left, _FwdIt2 _Right);
Notes
Cette fonction se comporte comme la fonction iter_swap de STL. Pour plus d'informations, consultez iter_swap.
Configuration requise
En-tête : <cliext/algorithm>
Espace de nom : cliext