absl::Barrier::Barrier

Deleted copy constructor; Barrier is not copyable.

Synopsis

Declared in <absl/synchronization/barrier.h>

Barrier(Barrier const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from