Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/nocopy.hpp"
Types marked with this mix-in may be duplicated by copy-construction, yet may not be moved or transferred any further after creation.
Definition at line 95 of file nocopy.hpp.
Protected Member Functions | |
Cloneable (Cloneable &&)=delete | |
Cloneable (Cloneable const &)=default | |
Cloneable & | operator= (Cloneable &&)=delete |
Cloneable & | operator= (Cloneable const &)=delete |