◐ Shell
clean mode source ↗

<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> TriviallyCopyable

De cppreference.com

<metanoindex/>

Exigences

  • Constructeur de copie trivial

    Original:

    Trivial copy constructor

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

  • Constructeur de déménagement trivial

    Original:

    Trivial move constructor

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

  • Trivial opérateur d'affectation de copie

    Original:

    Trivial copy assignment operator

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

  • Trivial opérateur d'affectation mouvement

    Original:

    Trivial move assignment operator

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

  • Destructeur trivial

    Original:

    Trivial destructor

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

  • Pas de fonctions virtuelles ou des classes de base virtuelles

    Original:

    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.

  • Tous les membres (non statique) et les classes de base sont TriviallyCopyable

    Original:

    All (non-static) members and base classes are TriviallyCopyable

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

Notes

# Outre les autres exigences,' constructeur trivial, missions et destructeur doit être définie implicitement (non fourni par l'utilisateur)

Original:

#Other than the other requirements, trivial constructor, assignment and destructor must be defined implicitly (not user-provided)

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

Types scalaires # des tableaux d'objets TriviallyCopiable sont TriviallyCopiable ainsi

Original:

#Scalar types and arrays of TriviallyCopiable objects are TriviallyCopiable as well

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

Voir aussi