共用方式為


swap 函式 (<thread>)

交換兩個 thread 物件的狀態。

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

參數

  • Left
    thread 物件。

  • Right
    thread 物件。

備註

函式會呼叫 Left.swap(Right)。

需求

標題: thread

命名空間: std

請參閱

參考

thread 類別

<thread>

thread::swap 方法