Partager via


<sstream> swap

Échanger des 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 est _Left.swap(_Right).

Configuration requise

**En-tête :**sstream <de >

Espace de noms : std

Voir aussi

Référence

<sstream>

iostream, programmation

iostreams, conventions