std::type_info::operator==, std::type_info::operator!= – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
||
|
|
||
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. |
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 Original: checks whether the referred type precedes referred type of another The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |