rcolyer.net
RC Lib  Version 202403231100
Functions
PtrSharedCommon.h File Reference

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...
 

Detailed Description

Common components for the shared *Ptr.h files. Do not include directly.

Function Documentation

◆ Raw()

T* Raw ( ) const
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.

Returns
A reference to the enclosed pointer.
email address
— (c) 2015