PoolResource::PoolResource

Deleted copy constructor; copying a PoolResource is not supported.

Synopsis

Declared in <support/allocators/pool.h>

PoolResource(PoolResource const& other) = delete;

Parameters

NameDescription
otherThe resource that would have been copied.