◐ Shell
clean mode source ↗

MachineTranslations here] for instructions.</div></div></div></div></div> – cppreference.com

operator==,!=<div class="t-tr-text">(Std :: allocator)<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">(std::allocator)</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div>

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

template< class T1, class T2 > bool operator==( const allocator<T1>& lhs, const allocator<T2>& rhs );

template< class T1, class T2 > bool operator!=( const allocator<T1>& lhs, const allocator<T2>& rhs );

Vergleicht zwei Standard-verteiler. Da standardmäßig Zuweiser staatenlos sind, sind zwei Standard-Zuweiser immer gleich .

Original:

Compares two default allocators. Since default allocators are stateless, two default allocators are always equal.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

1)

Versandkosten true

Original:

Returns true

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

2)

Versandkosten false

Original:

Returns false

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parameter

lhs, rhs -

Standardmäßig Zuweiser zu vergleichen

Original:

default allocators to compare

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Rückgabewert

1) true

2) false

Ausnahmen