core.stdcpp.memory

D binding to C++ <memory>.

Public Imports

core.stdcpp.allocator
public import core.stdcpp.allocator;
Undocumented in source.

Members

Functions

make_unique
unique_ptr!T make_unique(Args args)

Structs

default_delete
struct default_delete(T)
unique_ptr
struct unique_ptr(T, Deleter = default_delete!T)

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Manu Evans