automem v0.0.3 (2017-04-04T22:26:48Z)
Dub
Repo
RefCounted.this
automem
RefCounted
The allocator is a singleton, so no need to pass it in to the constructor
this
(Args args)
struct
RefCounted
(Type, Allocator)
static if
(
hasInstance
)
this
(
Args
...
)
(
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
this
(Allocator allocator, Args args)
Meta
Source
See Implementation
automem
RefCounted
aliases
Pointer
constructors
this
destructors
~this
functions
get
opAssign
opUnary
manifest constants
hasInstance
postblits
this(this)
The allocator is a singleton, so no need to pass it in to the constructor