automem.traits

Undocumented in source.

Members

Enums

isAllocator
eponymoustemplate isAllocator(T)
Undocumented in source.

Functions

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

Templates

PointerTarget
template PointerTarget(T)

The target of a Unique or RefCounted pointer.

isGlobal
template isGlobal(Allocator)
Undocumented in source.
isRefCounted
template isRefCounted(T)

Determines if a type is RefCounted.

isSingleton
template isSingleton(Allocator)
Undocumented in source.
isTheAllocator
template isTheAllocator(Allocator)
Undocumented in source.
isUnique
template isUnique(T)

Determines if a type is Unique.

Meta