automem v0.0.3 (2017-04-04T22:26:48Z)
Dub
Repo
RefCounted.opUnary
automem
RefCounted
Dereference the smart pointer and yield a reference to the contained type.
struct
RefCounted
(Type, Allocator)
ref inout
inout
(
Type
)
opUnary
(
string
s
)
(
)
if
(
s
== "*"
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
RefCounted
aliases
Pointer
constructors
this
destructors
~this
functions
get
opAssign
opUnary
manifest constants
hasInstance
postblits
this(this)
Dereference the smart pointer and yield a reference to the contained type.