Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/nocopy.hpp"
Types marked with this mix-in may be created by copy-construction (or move construction), but may be not reassigned thereafter.
Definition at line 91 of file nocopy.hpp.
Protected Member Functions | |
Cloneable (Cloneable &&)=default | |
Cloneable (Cloneable const &)=default | |
Cloneable & | operator= (Cloneable &&)=delete |
Cloneable & | operator= (Cloneable const &)=delete |