[#absl-Barrier-2constructor-0f] = xref:absl.adoc[absl]::xref:absl/Barrier.adoc[Barrier]::Barrier :relfileprefix: ../../ :mrdocs: Deleted copy constructor; `Barrier` is not copyable. == Synopsis Declared in `<absl/synchronization/barrier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Barrier(xref:absl/Barrier.adoc[Barrier] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#