共用方式為


combinable::operator= 運算子

從另一個 combinable 物件指派到 combinable 物件。

combinable& operator=(
   const combinable& _Copy
);

參數

  • _Copy
    要複製到這個物件的 combinable 物件。

傳回值

combinable 物件的參考。

需求

標頭: ppl.h

Namespace: 並行存取

請參閱

參考

combinable 類別