API Reference > Other Classes > OdClsIdSmartPtr Template > OdClsIdSmartPtr Operators > -> Operator > OdClsIdSmartPtr::-> Operator ()
OdClsIdSmartPtr::-> Operator ()
Syntax
C++
inline T* operator ->(); inline const T* operator ->() const;

Returns the object referenced by this SmartPointer object.

The reference count of the referenced object is unchanged.

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