thread::swap Method
Swaps the object state with that of a specified thread object.
void swap(
thread& Other
) _NOEXCEPT;
Parameters
- Other
A thread object.
Requirements
Header: thread
Namespace: std
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
Swaps the object state with that of a specified thread object.
void swap(
thread& Other
) _NOEXCEPT;
Header: thread
Namespace: std