CountingSemaphoreGrant::CountingSemaphoreGrant

Copy construction is deleted; a grant uniquely owns its slot.

Synopsis

Declared in <semaphore_grant.h>

CountingSemaphoreGrant(CountingSemaphoreGrant const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from