MADNESS
version 0.9
|
Disables default copy constructor and assignment operators. More...
#include <nodefaults.h>
Public Member Functions | |
NO_DEFAULTS () | |
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 |