dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
RefCounted.this
automem
ref_counted
RefCounted
Non-singleton allocator, must be passed in
this
(Args args)
this
(Allocator allocator, Args args)
struct
RefCounted
(RefCountedType, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
static if
(!(
isGlobal
))
this
(
Args
...
)
(
Allocator
allocator
,
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
ref_counted
RefCounted
aliases
Type
constructors
this
destructors
~this
functions
opAssign
opIndex
opIndexAssign
opSlice
opUnary
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
static functions
construct
variables
_impl
Non-singleton allocator, must be passed in