RAD Studio
ContentsIndex
PreviousUpNext
E2239: 'identifier' must be a member function

Most C++ operator functions can be members of classes or ordinary non-member functions, but these are required to be members of classes:

  • operator =
  • operator ->
  • operator ( )
  • type conversions
This operator function is not a member function but should be.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!