std::type_info::operator==, std::type_info::operator!=
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody> bool operator==( const type_info& rhs ) const; |
||
bool operator!=( const type_info& rhs ) const; |
||
Controlla se gli oggetti si riferiscono agli stessi tipi.
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.
Parametri
| rhs | - | un altro oggetto informazioni sul tipo da confrontare
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. |
Valore di ritorno
true se l'operazione di confronto è vero, false altrimentiOriginal:
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.
Esempio
| This section is incomplete Reason: no example |
Vedi anche
verifica se il tipo di cui precede tipo indicato di un altro oggetto type_indexnell'attuazione definito ordine, vale a dire i tipi di ordini di cui 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. (metodo pubblico) | |