std::type_info::before
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 before( const type_info& rhs ); |
||
Retorna
true se o tipo referido precede tipo, referido por rhs para a implementação do agrupamento. Sem garantias são dadas, em particular, a ordem agrupamento pode mudar entre as invocações do mesmo 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.
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 o tipo referido precede tipo, referido por rhs para a implementação do agrupamento.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.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
Veja também
| checks whether the objects refer to the same type (função pública membro) | |