std::get_pointer_safety
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>| definiert in Header <memory>
|
||
std::pointer_safety get_pointer_safety() |
(seit C++11) | |
Ruft die Implementierung definiert Zeiger Sicherheits-Modell, das einen Wert vom Typ std::pointer_safety ist .
Original:
Obtains the implementation-defined pointer safety model, which is a value of type std::pointer_safety.
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
(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.
Rückgabewert
Der Zeiger Sicherheit durch diese Implementierung verwendet .
Original:
The pointer safety used by this implementation.
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.
