Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is this correct?
Unary operator overloaded by means of a friend function takes one reference argument.

Thanks!
Posted

1 solution

 
Share this answer
 
Comments
Stefan_Lang 4-Oct-12 11:01am    
Well he did specifically ask about friend function overloading, and in that case he would be correct. Your first link does it exactly that way, the other two links use member functions instead.
eugene.shikhov 5-Oct-12 6:47am    
NexusNemesis asked about definition of the term "unary operator overload" and cited wrong one.
Stefan_Lang 5-Oct-12 10:47am    
Don't omit "by means of a friend function". He is correct in that case.
eugene.shikhov 10-Oct-12 4:30am    
Well, "by means of a friend function" is in the definition part of the sentence, not in the term one. And, generally, that definition is wrong, because it describes only one particular case.
Stefan_Lang 10-Oct-12 4:59am    
That is not my understanding, but since the question is sufficiently answered, there is no point in arguing about grammar ;-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900