The OpenD Programming Language

automem.unique

A unique pointer.

Members

Structs

Unique
struct Unique(UniqueType, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)

A unique pointer similar to C++'s std::unique_ptr.

Meta