The C ++ man page has a table of operators here, but I donβt understand what operator@ . For example:
@a (a) .operator@ ( ) operator@ (a) !std::cin calls std::cin.operator!()
However, there is no such operator in this language. What does it mean?
c ++ operator-overloading
user4176466
source share