Ensures an object is not copyable. More...
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.
Definition at line 187 of file misc.h.