Conceptos C++: TrivialType - 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 trivial .
Original:
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
TriviallyCopyableConstructor predeterminado trivial
Original:
Trivial default constructor
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
Comprueba si un tipo es trivial Original: checks if a type is trivial The text has been machine-translated via Google Translate. (plantilla de clase) [editar] |