Deleted copy assignment; a LockedPool cannot be copied.
Declared in <support/lockedpool.h>
LockedPool&
operator=(LockedPool const& other) = delete;
A reference to this pool (the operator is deleted).
| Name | Description |
|---|---|
| other | The pool that would have been assigned from. |