<sstream> swap
Permute les valeurs entre deux objets d' sstream .
template<class Elem, class Tr, class Alloc>
void swap(
basic_stringbuf<Elem, Tr, Alloc>& _Left,
basic_stringbuf<Elem, Tr, Alloc>& _Right
);
template<class Elem, class Tr, class Alloc>
void swap(
basic_istringstream<Elem, Tr, Alloc>& _Left,
basic_istringstream<Elem, Tr, Alloc>& _Right
);
template<class Elem, class Tr, class Alloc>
void swap(
basic_ostringstream<Elem, Tr, Alloc>& _Left,
basic_ostringstream<Elem, Tr, Alloc>& _Right
);
template<class Elem, class Tr, class Alloc>
void swap(
basic_stringstream<Elem, Tr, Alloc>& _Left,
basic_stringstream<Elem, Tr, Alloc>& _Right
);
Paramètres
Paramètre |
Description |
---|---|
_Left |
Référence à un objet d' sstream . |
_Right |
Référence à un objet d' sstream . |
Notes
La fonction de modèle exécute _Left.swap(_Right).
Configuration requise
en-tête : <sstream>
l'espace de noms : DST