The OpenD Programming Language

automem.traits

Undocumented in source.

Members

Templates

PointerTarget
template PointerTarget(T)

The target of a Unique or RefCounted pointer.

isRefCounted
template isRefCounted(T)

Determines if a type is RefCounted.

isUnique
template isUnique(T)

Determines if a type is Unique.

Meta