What is the arrow operator (->) a synonym for?
->
The following two expressions are equivalent:
a->b (*a).b
(subject to operator overloading, as Konrad mentions, but that's unusual).
2.1m questions
2.1m answers
60 comments
57.0k users