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

Returns the raw pointer the referenced object.

This SmartPointer maintains its reference to the referenced object. 

The reference counter of the referenced object is not changed.

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