CountingSemaphoreGrant::CountingSemaphoreGrant

Move-constructs a grant, transferring ownership of the held slot.

Synopsis

Declared in <semaphore_grant.h>

CountingSemaphoreGrant(CountingSemaphoreGrant&& other) noexcept;

Parameters

NameDescription
otherThe grant to move from; left empty afterwards.