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. …