D binding to C++ <memory>.
(See accompanying file LICENSE)
Source: core/stdcpp/memory.d
void opCall()(pointer ptr)
unique_ptr opAssign(typeof(null))
void reset(pointer p = null)
inout(pointer) get()
bool opCast(T : bool)()
pointer release()
this(pointer ptr)
~this
unique_ptr!T make_unique(T, Args...)(auto ref Args args)