Scoped

Automatically releases a pointer of type T when exiting scope, allows any kind of ownership, but does not ref count.

Constructors

this
this(P ptr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

ptr

Members

Functions

release
void release()

Releases/frees this manager. Implementation defined.

Variables

ptr
T* ptr;
Undocumented in source.

Meta