Namensräume
Varianten
Aktionen

C + + Konzepte: StandardLayoutType

Aus cppreference.com
< cpp‎ | concept

 
 
C + + Konzepte
Basic
Original:
Basic
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Library-Wide
Original:
Library-Wide
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Container
Original:
Container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Container-Elemente
Original:
Container Elements
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Iterator
Original:
Iterator
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Zufallszahlen
Original:
Random Numbers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Concurrency
Original:
Concurrency
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
BasicLockable(C++11)
Lockable(C++11)
TimedLockable(C++11)
Mutex(C++11)
TimedMutex(C++11)
Andere
Original:
Other
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Gibt an, dass eine Art Standard-Layout-Typ ist. Standard-Layout-Typ sind für die Kommunikation mit dem Code in anderen Programmiersprachen geschrieben nützlich Sprachen .
Original:
Specifies that a type is Standard-Layout-Typ. 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.
Beachten Sie, dass die Norm nicht definiert eine benannte Anforderung oder Konzept mit diesem Namen. Dies ist eine Art Kategorie mit dem Kern der Sprache definiert. Es wird hier als Konzept nur für die Konsistenz berücksichtigt .
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.

[Bearbeiten] Anforderungen

  • Alle nicht-statische Mitglieder sind und Basisklassen sind Standard-Layout-Typen (erfüllt die Anforderungen der StandardLayoutType
    Original:
    All non-static members are and base classes are Standard-Layout-Typen (meets the requirements of StandardLayoutType
    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.
  • Hat keine virtuellen Funktionen oder virtuelle Basisklassen
    Original:
    Has no virtual functions or virtual base classes
    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.
  • Alle nicht-statische Member haben die gleiche Zutrittskontrolle
    Original:
    All non-static member have the same Zutrittskontrolle
    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.
  • Die erste nicht statischen Member-Typ ist nicht eine Basisklasse
    Original:
    The first non-static member type is not a base class
    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.

[Bearbeiten] Siehe auch

prüft, ob ein Typ ist Standard-Layout-Typ
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.

(Klassen-Template) [edit]