UPtr

Unique pointer of type T, using allocator Allocator. The default allocator is Mallocator.

Constructors

this
this(UPtr!(T, Allocator) rhs)

Copying is disabled

Destructor

~this
~this()
Undocumented in source.

Members

Functions

opAssign
void opAssign(UPtr!(T, Allocator) rhs)

Assigning to is disabled

opUnary
auto opUnary()

Provides dereferencing for pointers that are not class

Properties

ptr
T ptr [@property getter]

Get the underlying pointer T

Meta