Espacios de nombres
Variantes

std::get_unexpected

De cppreference.com
 
 
Biblioteca de servicios
Apoyo del lenguaje
Apoyo de tipos (tipos básicos, RTTI)
Macros de prueba de característica de la biblioteca (C++20)
Servicios de programa
Funciones variádicas
Apoyo de corrutinas (C++20)
Apoyo de contratos (C++26)
Comparación de tres vías (C++20)
(C++20)
(C++20)(C++20)(C++20)  
(C++20)(C++20)(C++20)

 
 
Definido en el archivo de encabezado <exception>
std::unexpected_handler get_unexpected();
(desde C++11)(en desuso)
Devuelve el std::unexpected_handler actualmente instalado, que puede ser un puntero nulo .
Original:
Returns the currently installed std::unexpected_handler, which may be a null pointer.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

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.

Valor de retorno

El std::unexpected_handler instalado actualmente .
Original:
The currently installed std::unexpected_handler.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Excepciones

Especificación noexcept:  
noexcept
  (desde C++11)

Ver también

El tipo de la función llamada por std::unexpected.
(typedef) [editar]
(en desuso)
Cambia la función a ser llamada por std::unexpected.
(función) [editar]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.