Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] code assist and overloaded operator methods

> I have a question whether code assists for overloaded operator methods really
> make sense?
>
> Writing A::operator=() only makes sense when I try to write the definition for
> that method.

It might be useful to invoke code assist to see which overloaded operators are
available on an object, as in:

  myobj.op  // invoke code assist here, see list of operators available for 'myobj'

Regards,
Nate


 		 	   		  

Back to the top