nxt.allocator_traits

Extra traits for std.experimental.allocator;

Members

Enums

isAllocator
eponymoustemplate isAllocator(T)

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