std::jmp_buf — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Déclaré dans l'en-tête <csetjmp> |
||
|
|
||
Le type std::jmp_buf est un type tableau approprié pour le stockage d'informations de restaurer un environnement appelant. L'information stockée est suffisant pour rétablir l'exécution du bloc correct du programme et invocation de ce bloc. L'état d'indicateurs d'état à virgule flottante, ou ouvrir des fichiers, ou toutes autres données ne sont pas stockées dans un objet de type jmp_buf .
Original:
The std::jmp_buf type is an array type suitable for storing information to restore a calling environment. The stored information is sufficient to restore execution at the correct block of the program and invocation of that block. The state of floating-point status flags, or open files, or any other data is not stored in an object of type jmp_buf.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Voir aussi
sauvegarde le contexte Original: saves the context The text has been machine-translated via Google Translate. (fonction macro) [edit] | |
saute à l'emplacement spécifié Original: jumps to specified location The text has been machine-translated via Google Translate. (fonction) [edit] | |
C documentation for jmp_buf | |