automem v0.0.7 (2017-04-07T00:55:14Z)
Dub
Repo
RefCounted.this
automem
ref_counted
RefCounted
The allocator is a singleton, so no need to pass it in to the constructor
this
(Args args)
struct
RefCounted
(Type, Allocator = typeof(theAllocator))
static if
(
isGlobal
)
this
(
Args
...
)
(
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
this
(Allocator allocator, Args args)
Meta
Source
See Implementation
automem
ref_counted
RefCounted
aliases
Pointer
constructors
this
destructors
~this
functions
opAssign
opUnary
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
variables
_impl
The allocator is a singleton, so no need to pass it in to the constructor