std::get_pointer_safety
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <memory>
|
||
std::pointer_safety get_pointer_safety() |
(desde C++11) | |
Obtém o definido pela implementação do modelo de segurança de ponteiro, que é um valor do tipo std::pointer_safety.
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.
Parâmetros
(Nenhum)
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.
Valor de retorno
A segurança ponteiro usado por esta implementação.
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.
