Not explicit so we can easily construct it with the correct resource

Synopsis

Declared in <support/allocators/pool.h>

PoolAllocator(ResourceType* resource) noexcept;

Parameters

Name

Description

resource

The pool resource that this allocator forwards to.

Created with MrDocs