Serpent7776 avatar

#TIL operator-> is called recursively #cpp #cplusplus If a user-defined ...

serpent7776

Published: 17 Jul 2024 › Updated: 17 Jul 2024#TIL operator-> is called recursively
#cpp #cplusplus 

If a user-defined ...

#TIL operator-> is called recursively #cpp #cplusplus If a user-defined ...

... operator-> is called, operator-> is called again on the resulting value, recursively, until an operator-> is reached that returns a plain pointer. After that, built-in semantics are applied to that pointer.

Leave #TIL operator-> is called recursively #cpp #cplusplus If a user-defined ... to:

Written by

I like programming languages.

Read more #til posts


Best Posts From Serpent7776

We have not curated any of serpent7776's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Serpent7776