automem v0.0.7 (2017-04-07T00:55:14Z)
Dub
Repo
RefCounted.opUnary
automem
ref_counted
RefCounted
Dereference the smart pointer and yield a reference to the contained type.
struct
RefCounted
(Type, Allocator = typeof(theAllocator))
ref inout
inout
(
Type
)
opUnary
(
string
s
)
(
)
if
(
s
== "*"
)
if
(
isAllocator
!
Allocator
)
Meta
Source
See Implementation
automem
ref_counted
RefCounted
aliases
Pointer
constructors
this
destructors
~this
functions
opAssign
opUnary
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
variables
_impl
Dereference the smart pointer and yield a reference to the contained type.