nxt.allocator_traits

Extra traits for std.experimental.allocator;

Members

Imports

isAllocator (from std.experimental.allocator.common)
public import std.experimental.allocator.common : isAllocator;

Is true iff T is an allocator, otherwise false.

Mixin templates

AllocatorState
mixintemplate AllocatorState(Allocator)

State of an allocator or pointer to an allocator.

Meta