Daily bit(e) of C++ | std::addressof
Daily bit(e) of C++ #179, The C++11 utility std::addressof to obtain the actual address of an object.
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?