NonCopyable

Mix it in inside a struct definition to make the struct non-copyable.

package
mixin template NonCopyable () {}

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

opAssign
void opAssign(typeof(this) )
Undocumented in source.

Meta