std::undeclare_no_pointers
来自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. |
| Defined in header <memory>
|
||
| void undeclare_no_pointers( char *p, std::size_t n ) |
(C++11 起) | |
註銷註冊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.
目錄 |
[编辑] 參數
| p | - | 的範圍的開始指針previosly註冊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 | - | 中的位元組數的範圍內,相同的值與先前使用的與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. |
[编辑] 返回值
(無)
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.
[编辑] 例外
無
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.
[编辑] 為例
| 本節是不完整的 原因: no example |
[编辑] 另請參閱
| (C++11) |
聲明的內存區域不包含可追蹤的指針 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. (函數) |