std::type_info::before
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. |
bool before( const type_info& rhs ); |
||
Restituisce true se il tipo di cui precede tipo, a cui si riferisce
rhs
per l'attuazione di regole di confronto. Non ci sono garanzie sono date, in particolare, l'ordine può cambiare le regole di confronto tra le invocazioni dello stesso programma.Original:
Returns true if the referred type precedes type, referred to by
rhs
in the implementation's collation order. No guarantees are given, in particular, the collation order can change between the invocations of the same program.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.
Indice |
[modifica] 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. |
[modifica] Valore di ritorno
true se il tipo di cui precede tipo, a cui si riferisce rhs per l'attuazione di regole di confronto.
Original:
true if the referred type precedes type, referred to by rhs in the implementation's collation order.
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.
[modifica] Esempio
This section is incomplete Reason: no example |
[modifica] Vedi anche
checks whether the objects refer to the same type (metodo pubblico) |