accelerator::operator= 运算符

将指定的 accelerator对象的内容复制到此对象中。

accelerator &operator=(
   const accelerator &_Other                     
);

参数

  • _Other
    要从 accelerator 对象复制。

返回值

对此 accelerator 对象的引用。

要求

**标头:**amprt.h

**命名空间:**并发

请参见

参考

accelerator 类