API Reference > OdRx Classes > OdRxObjectPtr Class > OdRxObjectPtr Operators > -> Operator > OdRxObjectPtr::-> Operator ()
OdRxObjectPtr::-> Operator ()
Syntax
C++
OdRxObject* operator ->(); const OdRxObject* operator ->() const;

Returns the raw pointer to the referenced object.

The reference counter of the referenced object is not changed.

Example of a Non-Typified Smart Pointer

Copyright © 2002–2020. Open Design Alliance. All rights reserved.