daii v0.1.0 (2017-06-23T18:28:59Z)
Dub
Repo
AllocationContext.RefCounted
daii
AllocationContext
Undocumented in source.
template
AllocationContext
(Allocator = Mallocator, bool Atomic = true)
template
RefCounted (
T
) {
alias
RefCounted
=
daii
.
refcounted
.
RefCounted
!(
T
,
Atomic
,
Allocator
)
;
}
Members
Aliases
RefCounted
alias
RefCounted
=
daii
.
refcounted
.
RefCounted
!(
T
,
Atomic
,
Allocator
)
Undocumented in source.
Meta
Source
See Implementation
daii
AllocationContext
aliases
Delegate
autodlg
templates
RefCounted
Unique