flod ~step (2021-10-30T20:17:29.6642601)
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.