daii ~master (2021-12-24T15:13:56.4398674)
Dub
Repo
RefCounted.make
daii
refcounted
AllocationContext
RefCounted
Undocumented in source. Be warned that the author may not have intended to support it.
RefCounted
!
T
make
(Args args)
RefCounted
!(
T
)
make
(Allocator alloc, Args args)
struct
RefCounted
(T)
static
static if
(
!(is(T == interface) || isAbstractClass!(T))
)
static if
(!(
!HoldsAllocator
))
RefCounted
!(
T
)
make
(
Args
...
)
(
auto
ref
Allocator
alloc
,
auto
ref
Args
args
)
if
(
!
isArray
!
T
)
Meta
Source
See Implementation
daii
refcounted
AllocationContext
RefCounted
aliases
PtrT
RefCounterT
constructors
this
destructors
~this
functions
opAssign
to
manifest constants
HoldsAllocator
postblits
this(this)
properties
v
valid
static functions
make