automem v0.4.6 (2019-02-01T09:44:05Z)
Dub
Repo
RefCounted.construct
automem
ref_counted
RefCounted
Factory method so can construct with zero args.
typeof
(
this
)
construct
(Args args)
struct
RefCounted
(Type, Allocator = typeof(theAllocator), Flag!"supportGC" supportGC = gcExists ? Flag!"supportGC".yes : Flag!"supportGC".no)
static
static if
(
isGlobal
)
typeof
(this)
construct
(
Args
...
)
(
auto
ref
Args
args
)
if
(
isAllocator
!
Allocator
)
typeof
(
this
)
construct
(Allocator allocator, Args args)
Meta
Source
See Implementation
automem
ref_counted
RefCounted
constructors
this
destructors
~this
functions
opAssign
opIndex
opIndexAssign
opSlice
opUnary
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
static functions
construct
variables
_impl
Factory method so can construct with zero args.