MADNESS
0.10.1
|
Disables default copy constructor and assignment operators. More...
#include <nodefaults.h>
Public Member Functions | |
NO_DEFAULTS () | |
NO_DEFAULTS (const NO_DEFAULTS &)=delete | |
NO_DEFAULTS (NO_DEFAULTS &&)=delete | |
NO_DEFAULTS & | operator= (const NO_DEFAULTS &)=delete |
NO_DEFAULTS & | operator= (NO_DEFAULTS &&)=delete |
Disables default copy constructor and assignment operators.
From http://home.pb.net/~tglenn/CPPNOTES.html. Inherit from this class in order to inhibit the automatic generation of the default copy constructor and the default assignment operator of the derived class.
|
inline |
|
delete |
|
delete |
|
delete |
|
delete |