[#PoolResource-2constructor-04] = xref:PoolResource.adoc[PoolResource]::PoolResource :relfileprefix: ../ :mrdocs: Deleted move constructor; moving a PoolResource is not supported. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- PoolResource(xref:PoolResource.adoc[PoolResource]&& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The resource that would have been moved from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#