absl::BlockingCounter::BlockingCounter

Deleted copy constructor; BlockingCounter is not copyable.

Synopsis

Declared in <absl/synchronization/blocking_counter.h>

BlockingCounter(BlockingCounter const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from