std::allocator::address
De cppreference.com
<metanoindex/>
<tbody> </tbody> pointer address( reference x ) const; |
||
const_pointer address( const_reference x ) const; |
||
Retorna o endereço real de
x mesmo na presença de operator& sobrecarregado.Original:
Returns the actual address of
x even in presence of overloaded operator&.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
| x | - | o objeto para adquirir endereço
Original: the object to acquire address of The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valor de retorno
O endereço real do
x.Original:
The actual address of
x.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
