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