◐ Shell
clean mode source ↗

C + + Konzepte: StandardLayoutType – cppreference.com

Aus cppreference.com

<metanoindex/>

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.

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:

    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.

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]