libd.datastructures.smartptr

Undocumented in source.

Members

Aliases

TypedPtr
alias TypedPtr = TypedPtrBase!()
Undocumented in source.

Functions

makeShared
Shared!(T, AllocT) makeShared(T value, AllocatorWrapperOf!AllocT alloc)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTyped
TypedPtrBase!AllocT makeTyped(T value, AllocatorWrapperOf!AllocT alloc)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUnique
Unique!T makeUnique(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Shared
struct Shared(alias T, alias AllocT = SystemAllocator)
Undocumented in source.
TypedPtrBase
struct TypedPtrBase(alias AllocT = SystemAllocator)
Undocumented in source.
Unique
struct Unique(alias T)
Undocumented in source.

Meta