daii v0.1.0 (2017-06-23T18:28:59Z)
Dub
Repo
RefCounted.opAssign
daii
refcounted
RefCounted
Undocumented in source. Be warned that the author may not have intended to support it.
RefCounted
!(
T
,
Atomic
,
Allocator
)
opAssign
(RefCounted!(DT, Atomic, Allocator) rhs)
ref
opAssign
(RefCounted!(T, Atomic, Allocator) rhs)
struct
RefCounted
(T, bool Atomic = true, Allocator = Mallocator)
ref @
trusted
static if
(!(
isClassOrIface!T
))
ref
opAssign
(
const
RefCounted
!(
T
,
Atomic
,
Allocator
)
rhs
)
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