◐ Shell
clean mode source ↗

Conceptos C++: StandardLayoutType - cppreference.com

De cppreference.com

Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.

La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí.

Especifica que un tipo es Tipo de diseño estándar. tipo de diseño estándar son útiles para la comunicación con el código escrito en otros programas idiomas .

Original:

Specifies that a type is Tipo de diseño estándar. 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.

Tenga en cuenta, que la norma no define un requisito o concepto llamado con este nombre. Esta es una categoría de tipo definido por el núcleo del lenguaje. Se incluye aquí como único concepto de coherencia .

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.

Requisitos

  • Todos los miembros no estáticos son y clases base son tipos de diseño estándar (cumple con los requisitos de StandardLayoutType

    Original:

    All non-static members are and base classes are tipos de diseño estándar (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.

  • No tiene funciones virtuales o clases base virtuales

    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.

  • tienen todos los Estados miembros no estáticos del mismo control de acceso

    Original:

    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.

  • La primera no estático tipo de miembro no es una clase base

    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.

Ver también