What is the official name of C++'s arrow (->) operator?

Viewed 17411

I always call it the "arrow operator", but I'm sure it has an official name. I quickly skimmed the C++ standard and didn't see it mentioned by name.

11 Answers
Related