lwdr.unique

Undocumented in source.

Members

Enums

isSuitableForUnique
eponymoustemplate isSuitableForUnique(T)

Check if T is suitable for a unique pointer. T must be a class, interface, pointer or dynamic array. +

Structs

Unique
struct Unique(T)

A unique pointer. Only one pointer to a target may exist at a time. Pointers can be explicitly moved, but not copied. +

Meta