Crypto++ 8.7
Free C++ class library of cryptographic schemes
List of all members
NotCopyable Class Reference

Ensures an object is not copyable. More...

#include <misc.h>

+ Inheritance diagram for NotCopyable:

Detailed Description

Ensures an object is not copyable.

NotCopyable ensures an object is not copyable by making the copy constructor and assignment operator private. Deleters are used under C++11.

See also
Clonable class

Definition at line 238 of file misc.h.

Constructor & Destructor Documentation

◆ NotCopyable()

NotCopyable::NotCopyable ( )
inline

Definition at line 241 of file misc.h.


The documentation for this class was generated from the following file: