std::type_info::before
De cppreference.com
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
bool before( const type_info& rhs ); |
||
Devoluciones true si el tipo de referencia precede tipo, denominado por
rhs
en orden de clasificación de la aplicación de. No se dan garantías, en particular, el orden de clasificación puede cambiar entre las invocaciones del mismo programa .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.
Contenido |
[editar] Parámetros
rhs | - | otro objeto de información 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. |
[editar] Valor de retorno
true si el tipo de referencia precede tipo, denominado por rhs en orden de clasificación de la aplicación de la .
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.
[editar] Ejemplo
Esta sección está incompleta Razón: sin ejemplo |
[editar] Ver también
comprueba si los objetos se refieren al mismo tipo (función miembro pública) |