[#CountingSemaphoreGrant-2constructor-0a] = xref:CountingSemaphoreGrant.adoc[CountingSemaphoreGrant]::CountingSemaphoreGrant :relfileprefix: ../ :mrdocs: Copy construction is deleted; a grant uniquely owns its slot. == Synopsis Declared in `<semaphore_grant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CountingSemaphoreGrant(xref:CountingSemaphoreGrant.adoc[CountingSemaphoreGrant] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#