libcstl
Loading...
Searching...
No Matches
cstl_guarded_ptr Struct Reference

Structure to hold a pointer and guard against its direct copying. More...

#include <memory.h>

Detailed Description

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.

Definition at line 95 of file memory.h.


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