memutils v0.4.13 (2018-10-09T15:51:45Z)
Dub
Repo
RefCounted.opCast
memutils
refcounted
RefCounted
Undocumented in source. Be warned that the author may not have intended to support it.
bool
opCast
()
U
opCast
()
U
opCast
()
struct
RefCounted
(T, ALLOC = ThreadMem)
const nothrow
U
opCast
(
U
)
(
)
if
(
__traits(
hasMember
,
U
, "isRefCounted") &&
(
isImplicitlyConvertible
!(
U.T
,
T
) ||
isImplicitlyConvertible
!(
T
,
U.T
)
)
)
Meta
Source
See Implementation
memutils
refcounted
RefCounted
aliases
TR
destructors
~this
functions
copyctor
opAssign
opCast
manifest constants
ElemSize
NOGC
isRefCounted
mixins
__anonymous
postblits
this(this)
static functions
dtor
opCall