std::undeclare_no_pointers
Aus 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>| definiert in Header <memory>
|
||
void undeclare_no_pointers( char *p, std::size_t n ) |
(seit C++11) | |
Hebt eine Reihe früher mit
std::declare_no_pointers() registriert .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.
Parameter
| p | - | Zeiger auf den Anfang des Bereichs mit previosly std::declare_no_pointers registriert
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 | - | die Anzahl von Bytes in dem Bereich, denselben Wert wie zuvor mit std::declare_no_pointers verwendet
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. |
Rückgabewert
(None)
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.
Ausnahmen
Keine
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.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
(C++11) |
gibt an, daß ein Speicherbereich keine rückführbaren Zeigern enthält (Funktion) |