20 General utilities library [utilities]

20.6 Memory [memory]

20.6.12 Specialized algorithms [specialized.algorithms]

20.6.12.1 addressof [specialized.addressof]

template <class T> T* addressof(T& r) noexcept;

Returns: The actual address of the object or function referenced by r, even in the presence of an overloaded operator&.