[#Arena-2constructor-0f] = xref:Arena.adoc[Arena]::Arena :relfileprefix: ../ :mrdocs: Deleted copy constructor; an Arena cannot be copied. == Synopsis Declared in `<support/lockedpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Arena(xref:Arena.adoc[Arena] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The arena that would have been copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#