Deleted move constructor; moving a PoolResource is not supported.

Synopsis

Declared in <support/allocators/pool.h>

PoolResource(PoolResource&& other) = delete;

Parameters

Name

Description

other

The resource that would have been moved from.

Created with MrDocs