std::type_info::before
Aus 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 ); |
||
Versandkosten
true wenn die genannte Art vorausgeht Art, auf die sich rhs bei der Umsetzung der Sortierreihenfolge. Keine Garantien gegeben sind, insbesondere die Sortierreihenfolge zwischen den Anrufungen des gleichen Programms ändern .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.
Parameter
| rhs | - | eine andere Art Informationen Objekt zu vergleichen
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. |
Rückgabewert
true wenn die genannte Art vorausgeht Art, auf die sich rhs bei der Umsetzung der Sortierreihenfolge .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.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
| checks whether the objects refer to the same type (öffentliche Elementfunktion) | |