[#PoolResource-operator_assign-0e] = xref:PoolResource.adoc[PoolResource]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; copying a PoolResource is not supported. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PoolResource.adoc[PoolResource]& operator=(xref:PoolResource.adoc[PoolResource] const& other) = delete; ---- == Return Value A reference to this resource (the operator is deleted). == Parameters [cols="1,4"] |=== | Name| Description | *other* | The resource that would have been assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#