共用方式為


thread::operator = 運算子

與指定之物件的執行緒與目前的物件。

thread& operator=(
   thread&& Other
) _NOEXCEPT;

參數

  • Other
    thread 物件。

傳回值

*this

備註

方法呼叫中斷連結,就會呼叫的物件 joinable。

在關聯的完成後, Other 會設定為預設建構的狀態。

需求

標題: 執行緒

命名空間: 可以

請參閱

參考

thread Class

<thread>