RAD Studio
ContentsIndex
PreviousUpNext
E2028: operator -> must return a pointer or a class (C++)

The C++ operator -> function must be declared to either return a class or a pointer to a class (or struct or union). 

In either case, it must be something to which the -> operator can be applied.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!