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

Returns the object referenced by this SmartPointer object.

This SmartPointer maintains its reference to the referenced object. 

The reference count of the referenced object is unchanged.

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