UniquePtr

Undocumented in source.

Constructors

this
this(Type data, Deleter deleter)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

get

Members

Aliases

Deleter
alias Deleter = void function(Type) @(nogc)
Undocumented in source.
Type
alias Type = m3.m3.TypeOf!(T)
Undocumented in source.

Functions

release
Type release()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

get
inout(Type) get [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta