accelerator::operator= Operator

Copies the contents of the specified accelerator object to this one.

accelerator &operator=(
   const accelerator &_Other                     
);

Parameters

  • _Other
    The accelerator object to copy from.

Return Value

A reference to this accelerator object.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

accelerator Class