Daily bit(e) of C++ | std::addressof
Daily bit(e) of C++ ♻️179, Obtaining the true address of objects that overload the address-of operator using std::addressof.
The C++11 std::addressof utility solves a very simple problem.
How do you obtain the actual address of an object when the built-in address-of operator can be overloaded?