Common components for the shared *Ptr.h files. Do not include directly. More...
Go to the source code of this file.
Functions | |
T * | Raw () const |
Returns a direct reference to the enclosed pointer. More... | |
Common components for the shared *Ptr.h files. Do not include directly.
|
inline |
Returns a direct reference to the enclosed pointer.
The reference is read/write, so it can be used as a function parameter which updates the value of this pointer.