core.stdcpp.allocator

D binding to C++ std::allocator.

Members

Structs

allocator
struct allocator(T)

Allocators are classes that define memory models to be used by some parts of the C++ Standard Library, and most specifically, by STL containers.

Meta

License

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

Authors

Manu Evans

Suggestion Box / Bug Report