carbon ~master (2016-11-08T03:28:07Z)
Home
Dub
Repo
RefCountedNoGC.opAssign
carbon
memory
RefCountedNoGC
Assignment operators
void
opAssign
(
typeof
(
this
)
rhs
)
struct
RefCountedNoGC
(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
void
opAssign
(
typeof
(this)
rhs
)
if
(
!
is
(
T
== class)
)
void
opAssign
(
T
rhs
)
Meta
Source
See Implementation
carbon
memory
RefCountedNoGC
constructors
this
destructors
~this
functions
opAssign
postblits
this(this)
properties
refCountedPayload
refCountedStore
structs
RefCountedStore
Assignment operators