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
|
|
Definiert im Header
<regex>
|
||
|
std::
regex_constants
::
error_type
code
(
)
const
;
|
(seit C++11) | |
Gibt den std::regex_constants::error_type zurück, der an den std::regex_error Konstruktor übergeben wurde.
Siehe auch
|
(C++11)
|
beschreibt verschiedene Arten von Übereinstimmungsfehlern
(typedef) |
konstruiert ein
regex_error
Objekt
(public member function) |