flod ~master (2016-03-15T07:39:31Z)
Dub
Repo
NonCopyable
flod
meta
Mix it in inside a
struct
definition to make the
struct
non-copyable.
package
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
str
tupleFromArray
Mix it in inside a struct definition to make the struct non-copyable.