std::regex_error:: code
From cppreference.net
<
cpp
|
regex
|
regex error
C++
Text processing library
| Localization library | |||||||||||||||||||||||||
| Regular expressions library (C++11) | |||||||||||||||||||||||||
| Formatting library (C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Regular expressions library
| Classes | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Algorithms | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Iterators | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Exceptions | ||||
|
(C++11)
|
||||
| Traits | ||||
|
(C++11)
|
||||
| Constants | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Regex Grammar | ||||
|
(C++11)
|
std::regex_error
| Member functions | ||||
|
regex_error::code
|
|
Défini dans l'en-tête
<regex>
|
||
|
std::
regex_constants
::
error_type
code
(
)
const
;
|
(depuis C++11) | |
Retourne le std::regex_constants::error_type qui a été passé au constructeur de std::regex_error .
Voir aussi
|
(C++11)
|
décrit différents types d'erreurs de correspondance
(typedef) |
construit un objet
regex_error
(fonction membre publique) |