std::type_info::operator==, std::type_info::operator!=
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<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.
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 andersOriginal:
true if the comparison operation holds true, false otherwiseThe 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.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
prüft, ob die genannten genannten Art Art von anderen type_indexObjekt vorangeht bei der Umsetzung definierten Reihenfolge, dh ordnet die genannten Typen Original: checks whether the referred type precedes referred type of another type_indexobject 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) | |