LockedPool::LockedPool

Deleted copy constructor; a LockedPool cannot be copied.

Synopsis

Declared in <support/lockedpool.h>

LockedPool(LockedPool const& other) = delete;

Parameters

NameDescription
otherThe pool that would have been copied.