Deleted copy assignment; BlockingCounter is not copyable.
Declared in <absl/synchronization/blocking_counter.h>
BlockingCounter&
operator=(BlockingCounter const& other) = delete;
Reference to the current object
| Name | Description |
|---|---|
| other | The object to copy assign from |