std::allocator::address
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
pointer address( reference x ) const; |
||
const_pointer address( const_reference x ) const; |
||
返回的实际地址
x
即使在重载operator&的存在.原文:
Returns the actual address of
x
even in presence of overloaded operator&.[编辑] 参数
x | - | 对象获得地址
|
[编辑] 返回值
实际地址的
x
。,