◐ Shell
clean mode source ↗

std::type_info::operator==, std::type_info::operator!= – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

bool operator==( const type_info& rhs ) const;

bool operator!=( const type_info& rhs ) const;

Prüft, ob die Objekte beziehen sich auf die gleichen Typen .

Original:

Checks if the objects refer to the same types.

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

Parameter

rhs -

eine andere Art Informationen Objekt zu vergleichen

Original:

another type information object to compare to

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

Rückgabewert

true wenn der Vergleich Betrieb wahr hält, false anders

Original:

true if the comparison operation holds true, false otherwise

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

Beispiel

Siehe auch

prüft, ob die genannten genannten Art Art von anderen type_index
Objekt vorangeht bei der Umsetzung definierten Reihenfolge, dh ordnet die genannten Typen

Original:

checks whether the referred type precedes referred type of another type_index
object in the implementation defined order, i.e. orders the referred types

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


(öffentliche Elementfunktion) [edit]