[#CountingSemaphoreGrant-2constructor-05] = xref:CountingSemaphoreGrant.adoc[CountingSemaphoreGrant]::CountingSemaphoreGrant :relfileprefix: ../ :mrdocs: Move‐constructs a grant, transferring ownership of the held slot. == Synopsis Declared in `<semaphore_grant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CountingSemaphoreGrant(xref:CountingSemaphoreGrant.adoc[CountingSemaphoreGrant]&& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The grant to move from; left empty afterwards. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#