Unique

Automatically releases a pointer of type T when exiting scope, assumes no ownership is passed.

Constructors

this
this(P ptr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

ptr

Members

Functions

opAssign
auto opAssign(A ahs)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()

Releases/frees this manager. Implementation defined.

Variables

ptr
T* ptr;
Undocumented in source.

Meta