thread::swap 方法

交换使用的状态对象指定的 thread 对象。

void swap(
   thread& Other
) _NOEXCEPT;

参数

  • Other
    一个 thread 对象。

要求

标头: 线程

命名空间: std

请参见

参考

thread 类

<thread>