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

Returns a pointer to the object referenced by this smart pointer. This non-standard form is used to eliminate compiler warnings produced by GCC 2.95.X (GCC 3.X no longer produces these warnings).

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