Deleted copy constructor; a LockedPool cannot be copied.

Synopsis

Declared in <support/lockedpool.h>

LockedPool(LockedPool const& other) = delete;

Parameters

Name

Description

other

The pool that would have been copied.

Created with MrDocs