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

Returns the raw pointrer to the referenced object.

The class maintains the reference to the referenced object. The reference counter of the referenced object is not changed.

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