std::undeclare_no_pointers
Da cppreference.com.
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Elemento definito nell'header <memory>
|
||
void undeclare_no_pointers( char *p, std::size_t n ) |
(dal C++11) | |
Annulla la registrazione di una serie anteriore registrato con 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.
Indice |
[modifica] Parametri
p | - | puntatore all'inizio della gamma previosly registrato con 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 | - | il numero di byte del valore di fondo scala, come in precedenza utilizzato con 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. |
[modifica] Valore di ritorno
(Nessuno)
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.
[modifica] Eccezioni
Nessuno
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.
[modifica] Esempio
This section is incomplete Reason: no example |
[modifica] Vedi anche
(C++11) |
dichiara che un'area di memoria non contiene puntatori rintracciabili 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. (funzione) |