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