nxt.allocator_traits

Extra traits for std.experimental.allocator;

Members

Enums

isAllocator
eponymoustemplate isAllocator(T)

Is true iff T is an allocator, otherwise false.

Functions

isAllocator2
bool isAllocator2()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

g
mixin AllocatorState!GCAllocator g
Undocumented in source.
m
mixin AllocatorState!Mallocator m
Undocumented in source.
p
mixin AllocatorState!MmapAllocator p
Undocumented in source.

Mixin templates

AllocatorState
mixintemplate AllocatorState(Allocator)

State of allocator.

Templates

isAllocator1
template isAllocator1(T)

Is true iff T is an allocator, otherwise false.

Meta