Espacios de nombres
Variantes

std::regex_error::code

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>
std::regex_constants::error_type code() const;
(desde C++11)

Returns the std::regex_constants::error_type that was passed to the std::regex_error constructor.

Vea también

Describe los diferentes tipos de errores de coincidencias.
(typedef) [editar]
Construye un objeto regex_error.
(función miembro pública) [editar]