accelerator_view::operator= Operator

Copies the contents of the specified accelerator_view object into this one.

accelerator_view &operator=(
   const accelerator_view &_Other                     
);

Parameters

  • _Other
    The accelerator_view object to copy from.

Return Value

A reference to the modified accelerator_view object.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

accelerator_view Class