Função swap (<thread>)
Alterna os estados de dois objetos de thread .
void swap(
thread& Left,
thread& Right
) _NOEXCEPT;
Parâmetros
Left
O objeto thread à esquerda.Right
O objeto à direita thread.
Comentários
As chamadas de função Left.swap(Right).
Requisitos
thread deCabeçalho:
std de Namespace: