LockedPool::operator=

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

NameDescription
otherThe pool that would have been assigned from.