Posts by Glaucio José Moreira da Costa • 1 point
1 post
-
0
votes1
answer168
viewsQ: What does the syntax " bool Operator < " mean in C++?
I looked for that reference (bool operator < and bool operator ==), I found some explanations, but I didn’t understand it very well. How this syntax works? Code: bool operator < (nome a, nome…