carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
RefCountedNoGC.opAssign
carbon
memory
RefCountedNoGC
Assignment operators
void
opAssign
(typeof(this) rhs)
void
opAssign
(T rhs)
struct
RefCountedNoGC
(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
void
opAssign
(
T
rhs
)
if
(
!
is
(
T
== class)
)
Meta
Source
See Implementation
carbon
memory
RefCountedNoGC
constructors
this
destructors
~this
functions
opAssign
postblits
this(this)
properties
refCountedPayload
refCountedStore
structs
RefCountedStore
variables
_refCounted
Assignment operators