Espacios de nombres
Variantes

std::regex_error::regex_error

De cppreference.com
 
 
Biblioteca de expresiones regulares
Clases
(C++11)
Algoritmos
Iteradores
Excepciones
Rasgos
Constantes
(C++11)
Gramática de las expresiones regulares
 
std::regex_error
Funciones miembro
Original:
Member Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Definido en el archivo de encabezado <regex_error>
regex_error(std::regex_constants::error_type ecode);
(desde C++11)
Construye un regex_error con un ecode dado de std::regex_constants::error_type tipo .
Original:
Constructs a regex_error with a given ecode of type std::regex_constants::error_type .
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Vea también

Describe los diferentes tipos de errores de coincidencias.
(typedef) [editar]