yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
IWeakRef.opAssign
yu
memory
sharedref
IWeakRef
Undocumented in source. Be warned that the author may not have intended to support it.
void
opAssign
(THIS rv)
void
opAssign
(SHARED rhs)
struct
IWeakRef
(Allocator, T, bool Shared = true)
void
opAssign
(
SHARED
)
(
auto
ref
SHARED
rhs
)
if
(
is
(
SHARED
== struct) &&
SHARED.isSharedRef
&&
__traits(
isSame
,
SHARED.Data
,
Data
)
)
Meta
Source
See Implementation
yu
memory
sharedref
IWeakRef
aliases
Alloc
Data
TSharedRef
TWeakRef
ValueType
constructors
this
functions
clear
data
isNull
opAssign
swap
toStrongRef
manifest constants
isSaticAlloc
isShared
isWeakRef
postblits
this(this)