Move‐constructs a grant, transferring ownership of the held slot.
Synopsis
Declared in <semaphore_grant.h>
CountingSemaphoreGrant(CountingSemaphoreGrant&& other) noexcept;
Parameters
Name |
Description |
other |
The grant to move from; left empty afterwards. |
Created with MrDocs