libcstl
|
Structure to hold a pointer and guard against its direct copying. More...
#include <memory.h>
Structure to hold a pointer and guard against its direct copying.
This object holds a pointer, but whenever that pointer is retrieved, the code detects whether the object was directly copied via the =
operator. When such a use is detected, the code abort()s.