combinable::operator= 运算符

从另一 combinable 对象分配到 combinable 对象。

combinable& operator=(
   const combinable& _Copy
);

参数

  • _Copy
    要复制到当前对象的现有 combinable 对象。

返回值

对此 combinable 对象的引用。

要求

**标头:**ppl.h

命名空间: 并发

请参见

参考

combinable 类