unique_ptr

Undocumented in source.

Constructors

this
this(T* p, void function(T*) df)
Undocumented in source.
this
this(T* p, void function(T*) df)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

ptr

Members

Functions

isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
release
T* release()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

del_func
void function(T*) del_func;
Undocumented in source.
ptr
T* ptr;
Undocumented in source.

Meta