|
Crypto++
8.1
Free C++ class library of cryptographic schemes
|
Ensures an object is not copyable. More...
Inheritance diagram for 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.
1.8.14