[#PoolResource-operator_assign-05c] = xref:PoolResource.adoc[PoolResource]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<support/allocators/pool.h>` Deleted copy assignment; copying a PoolResource is not supported. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PoolResource.adoc[PoolResource]& xref:PoolResource/operator_assign-0e.adoc[operator=](xref:PoolResource.adoc[PoolResource] const& other) = delete; ---- [.small]#xref:PoolResource/operator_assign-0e.adoc[_» more..._]# Deleted move assignment; moving a PoolResource is not supported. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PoolResource.adoc[PoolResource]& xref:PoolResource/operator_assign-05b.adoc[operator=](xref:PoolResource.adoc[PoolResource]&& other) = delete; ---- [.small]#xref:PoolResource/operator_assign-05b.adoc[_» more..._]# == 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]#