Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/nocopy.hpp"
Types marked with this mix-in may be created and moved liberally at construction, while any further assignment to object instances is prohibited thereafter.
Definition at line 79 of file nocopy.hpp.
Protected Member Functions | |
NonAssign (NonAssign &&)=default | |
NonAssign (NonAssign const &)=default | |
NonAssign & | operator= (NonAssign &&)=delete |
NonAssign & | operator= (NonAssign const &)=delete |