pointer address(reference x) const; const_pointer address(const_reference x) const;
The member functions return the address of x, in the form that pointers must take for allocated elements.
x