std::type_info
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. |
definiert in Header <typeinfo>
|
||
class type_info; |
||
Die Klasse
type_info
hält die Implementierung spezifischer Informationen über einen Typ, einschließlich des Namens des Typs und Mittel, um zwei Arten auf Gleichheit oder Sortierreihenfolge vergleichen. Dies ist die Klasse von der typeid Operator zurückgegeben . Original:
The class
type_info
holds implementation-specific information about a type, including the name of the type and means to compare two types for equality or collating order. This is the class returned by the typeid operator. 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.
Die
type_info
Klasse ist weder CopyConstructible
noch CopyAssignable
. Original:
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.
[Bearbeiten] Member-Funktionen
(constructor) [gelöscht] |
has neither default nor copy constructors (öffentliche Elementfunktion) |
[virtuell] |
abgeleitete Objekte sind sicher, durch Zeiger-auf-base löschen Original: derived objects are safe to delete through pointer-to-base The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (virtuellen öffentlichen Member-Funktion) |
operator= [gelöscht] |
können nicht kopiergeschützte zugeordnet werden Original: can not be copy-assigned The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |
checks whether the objects refer to the same type (öffentliche Elementfunktion) | |
prüft, ob die genannten genannten Art Art von anderen type_index Objekt vorangeht bei der Umsetzung definierten Reihenfolge, dh ordnet die genannten Typen Original: checks whether the referred type precedes referred type of another type_index object in the implementation defined order, i.e. orders the referred 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) | |
(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) |
Implementierung definiert Namen des Typs Original: implementation defined 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. (öffentliche Elementfunktion) |
[Bearbeiten] Siehe auch
(C++11) |
Wrapper um eine type_info Objekts können, die als Index in assoziativen verwendet werden und ungeordnete assoziative Container Original: wrapper around a type_info object, that can be used as index in associative and unordered associative containers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) |