WrappingFactory.allocator - multiple declarations

Function WrappingFactory.allocator

Set allocator

typeof(this) allocator (
  IAllocator allocator
) nothrow @safe;

Parameters

NameDescription
allocator allocator used to allocate wrappers when needed.

Returns

typeof(this)

Function WrappingFactory.allocator

Get allocator

IAllocator allocator () nothrow @safe;

Returns

IAllocator