daii v0.1.0 (2017-06-23T18:28:59Z)
Dub
Repo
RefCounted.this
daii
refcounted
RefCounted
Undocumented in source.
this
()
this
(RefCounted!(DT, Atomic, Allocator) rhs)
struct
RefCounted
(T, bool Atomic = true, Allocator = Mallocator)
@
trusted
static if
(
isClassOrIface!T
)
this
(
DT
)
(
const
RefCounted
!(
DT
,
Atomic
,
Allocator
)
rhs
)
if
(
isClassOrIface
!
DT
&&
isAssignable
!(
T
,
DT
)
)
if
(
isAllocator
!
Allocator
&&
!
isArray
!
T
)
Meta
Source
See Implementation
daii
refcounted
RefCounted
aliases
PtrT
RefCounterT
constructors
this
destructors
~this
functions
opAssign
to
manifest constants
HoldsAllocator
postblits
this(this)
properties
v
valid
static functions
make