std::type_info::operator==, std::type_info::operator!=
De 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; |
||
Verifica se os objetos se referem aos mesmos tipos.
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.
Parâmetros
| rhs | - | outro objeto de informações de tipo para comparar
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. |
Valor de retorno
true se a operação de comparação é verdadeiro, false contrárioOriginal:
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.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
Veja também
verifica se o tipo referido precede tipo referido de outro objeto type_indexna implementação ordem definida, ordens ou seja, os tipos referidos 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. (função pública membro) | |