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