Security Scol plugin
|
Ensures an object is not copyable. More...
#include <misc.h>
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.