flod v0.0.1 (2016-03-13T19:02:03Z)
Dub
Repo
NonCopyable
flod
meta
Mix it in inside a
struct
definition to make the
struct
non-copyable.
mixin template
NonCopyable () {
this(this)
;
void
opAssign
(typeof(this) );
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
opAssign
void
opAssign
(typeof(this) )
Undocumented in source.
Meta
Source
See Implementation
flod
meta
functions
moveIfNonCopyable
mixin templates
NonCopyable
structs
Id
templates
ReplaceWithMask
isCopyable
isType
repeat
str
Mix it in inside a struct definition to make the struct non-copyable.