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