pointer address( reference x ) const;
(until C++11)pointer address( reference x ) const noexcept;
(since C++11)const_pointer address( const_reference x ) const;
(until C++11)const_pointer address( const_reference x ) const noexcept;
(since C++11)Returns the actual address of x even in presence of overloaded operator&.
[edit] Parameters x - the object to acquire address of [edit] Return valueThe actual address of x.
[edit] Defect reportsThe following behavior-changing defect reports were applied retroactively to previously published C++ standards.
DR Applied to Behavior as published Correct behavior LWG 634RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4