InitializingAllocatorProxy

Allocator proxy which injects custom code after object creation. Context of INIT_CODE: p - newly-allocated value.

deprecated
struct InitializingAllocatorProxy (
string INIT_CODE
alias ALLOCATOR = heapAllocator
) {}

Members

Functions

allocate
RefType!T allocate()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin AllocatorCommon
Undocumented in source.

Mixed In Members

From mixin AllocatorCommon

StorageType
alias StorageType = ae.utils.meta.StorageType
Undocumented in source.
VALUE_TYPE
alias VALUE_TYPE = StorageType!ALLOCATOR_TYPE
Undocumented in source.
BASE_VALUE_TYPE
alias BASE_VALUE_TYPE = StorageType!BASE_TYPE
Undocumented in source.

Meta