<div class="t-tr-text">Concepts C + +:<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">C++ concepts:</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div> StandardLayoutType
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. |
Indique qu'un type est Type disposition standard. type de disposition standard sont utiles pour communiquer avec le code écrit dans d'autres programmes langues .
Original:
Specifies that a type is Type disposition standard. Standard layout type are useful for communicating with code written in other programming languages.
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.
Notez que la norme ne définit pas une exigence ou un concept appelé de ce nom. Il s'agit d'une catégorie de type défini par le langage de base. Il est inclus ici en tant que seul concept de cohérence .
Original:
Note, that the standard doesn't define a named requirement or concept with this name. This is a type category defined by the core language. It is included here as concept only for consistency.
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.
[modifier] Exigences
- Tous les membres non statiques sont et classes de base sont types de présentation standard (conforme aux exigences de
StandardLayoutType
Original:All non-static members are and base classes are types de présentation standard (meets the requirements ofStandardLayoutType
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - N'a pas de fonctions virtuelles ou des classes de base virtuellesOriginal:Has no virtual functions or virtual base classesThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - Tout membre non-statique ont le même accèsOriginal:All non-static member have the same accèsThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - La première Type de membre non statique n'est pas une classe de baseOriginal:The first non-static member type is not a base classThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
[modifier] Voir aussi
(C++11) |
vérifie si un type est standard disposition type Original: checks if a type is standard-layout type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (classe générique) |