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