Partager via


swap, fonction (<thread>)

Échange l'état de deux objets thread.

void swap(
   thread& Left,
   thread& Right
) _NOEXCEPT;

Paramètres

  • Left
    Objet gauche thread.

  • Right
    Objet droit thread.

Notes

La fonction appelle Left.swap(Right).

Configuration requise

En-tête : thread

Espace de noms : std

Voir aussi

Référence

thread, classe

<thread>

thread::swap, méthode