共用方式為


accelerator_view::operator= 運算子

複製指定的 accelerator_view 物件的內容到這個事件。

accelerator_view &operator=(
   const accelerator_view &_Other                     
);

參數

  • _Other
    要從中複製的 accelerator_view 物件。

傳回值

已修改的accelerator_view 物件的參考。

需求

**標頭:**amprt.h

**命名空間:**Concurrency

請參閱

參考

accelerator_view 類別