Condividi tramite


Funzione swap (<thread>)

Scambia gli stati di due oggetti di thread.

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

Parametri

  • Left
    L'oggetto thread a sinistra.

  • Right
    L'oggetto thread corretto.

Note

Le chiamate di funzione Left.swap(Right).

Requisiti

Intestazione: thread

Spazio dei nomi: std

Vedere anche

Riferimenti

Classe thread

<thread>

Metodo thread::swap