std::type_info::name
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> const char* name() const; |
||
Gibt eine Implementierung definiert null-terminierte Zeichenkette, die den Namen des Typs. Keine Garantien gegeben werden, insbesondere kann die zurückgegebene Zeichenfolge für verschiedene Arten identisch und ändern zwischen den Aufrufen des gleichen Programms .
Original:
Returns an implementation defined null-terminated character string containing the name of the type. No guarantees are given, in particular, the returned string can be identical for several types and change between 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
(None)
Original:
(none)
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.
Rückgabewert
null-terminierte Zeichenkette, die den Namen des Typs .
Original:
null-terminated character string containing the name of the type.
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
(C++11) |
einen Wert zurückgibt, die identisch für die gleichen Typen ist Original: returns a value which is identical for 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. (öffentliche Elementfunktion) |