automem.unique

A unique pointer.

Members

Manifest constants

gcExists
enum gcExists;
Undocumented in source.
gcExists
enum gcExists;
Undocumented in source.

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