◐ Shell
clean mode source ↗

std::allocator::address – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

pointer address( reference x ) const;

const_pointer address( const_reference x ) const;

Gibt die tatsächliche Adresse des x sogar in Anwesenheit von überladenen operator& .

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.

Parameter

x -

das Objekt zu erwerben Adresse

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.

Rückgabewert

Die tatsächliche Adresse 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.

Ausnahmen