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

Synopsis

Declared in <semaphore_grant.h>

CountingSemaphoreGrant(CountingSemaphoreGrant const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs