Move-assigns a grant, releasing any current slot and taking the other's.
Declared in <semaphore_grant.h>
CountingSemaphoreGrant&
operator=(CountingSemaphoreGrant&& other) noexcept;
A reference to this grant.
| Name | Description |
|---|---|
| other | The grant to move from; left empty afterwards. |