std::get_pointer_safety
De cppreference.com
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <memory>
|
||
std::pointer_safety get_pointer_safety() |
(desde C++11) | |
Obtiene el modelo definido por la implantación de seguridad puntero, que es un valor de 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.
Contenido |
[editar] Parámetros
(Ninguno)
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.
[editar] Valor de retorno
El puntero de seguridad utilizado por esta aplicación .
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.
[editar] Excepciones
[editar] Ver también
(C++11)(eliminado en C++23) |
Lista los modelos de seguridad de puntero. (clase) |