std::undeclare_no_pointers
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Déclaré dans l'en-tête <memory>
|
||
void undeclare_no_pointers( char *p, std::size_t n ) |
(depuis C++11) | |
Annule l'enregistrement d'une série antérieure enregistrée avec
std::declare_no_pointers() .Original:
Unregisters a range earlier registered with
std::declare_no_pointers().The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| p | - | pointeur vers le début de la plage previosly inscrites avec std::declare_no_pointers
Original: pointer to the beginning of the range previosly registered with std::declare_no_pointers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| n | - | le nombre d'octets dans la gamme, la même valeur que précédemment utilisée avec std::declare_no_pointers
Original: the number of bytes in the range, same value as previously used with std::declare_no_pointers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Retourne la valeur
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Exceptions
Aucun
Original:
None
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
(C++11) |
déclare qu'une zone mémoire ne contient pas de pointeurs traçables Original: declares that a memory area does not contain traceable pointers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) |