Open in app
Home
Notifications
Lists
Stories

Write
Sudip Ghimire
Sudip Ghimire

Home

Dec 2, 2020

C++ Address-of Idiom | Get address of object of overloaded ‘&’ operator

Intent To get the Address of object of overloaded address-of ‘&’ operator. Side Note The idiom presented in this article is no longer needed to be written manually on the compiler that supports at least c++11 standard. Same function can be achieved by “std::addressof()” function in “<memory>” header should be used instead. …

2 min read

C++ Address-of Idiom | Get address of object of overloaded ‘&’ operator
C++ Address-of Idiom | Get address of object of overloaded ‘&’ operator
Sudip Ghimire

Sudip Ghimire

Developer on rise.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable