accelerator_view::operator= 运算符

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

accelerator_view &operator=(
   const accelerator_view &_Other                     
);

参数

  • _Other
    要从 accelerator_view 对象复制。

返回值

对修改的accelerator_view 对象的引用。

要求

**标头:**amprt.h

**命名空间:**并发

请参见

参考

accelerator_view 类