PoolResource::operator=

Deleted copy assignment; copying a PoolResource is not supported.

Synopsis

Declared in <support/allocators/pool.h>

PoolResource&
operator=(PoolResource const& other) = delete;

Return Value

A reference to this resource (the operator is deleted).

Parameters

NameDescription
otherThe resource that would have been assigned from.