Fabcoin Core
0.16.2
P2P Digital Currency
|
Ensures an object is not copyable. More...
#include <misc.h>
Public Member Functions | |
NotCopyable () | |
Private Member Functions | |
NotCopyable (const NotCopyable &) | |
void | operator= (const NotCopyable &) |
Ensures an object is not copyable.
NotCopyable ensures an object is not copyable by making the copy constructor and assignment operator private. Deleters are not used under C++11.
|
private |
|
private |