[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/regex/error_type [Back]  [Original]

std::regex_constants::error_type cppreference.com
cppreference.com
Namensrume
Varianten

std::regex_constants::error_type

Aus cppreference.com

<metanoindex/>

 
 
Regulre Ausdrcke Bibliothek
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_regex(C++11)
sub_match(C++11)
match_results(C++11)
Algorithmen
Original:
Algorithms
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_match(C++11)
regex_search(C++11)
regex_replace(C++11)
Iteratoren
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_iterator(C++11)
regex_token_iterator(C++11)
Ausnahmen
Original:
Exceptions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_error(C++11)
Traits
Original:
Traits
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
regex_traits(C++11)
Konstanten
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
syntax_option_type(C++11)
match_flag_type(C++11)
error_type(C++11)
 
<tbody> </tbody>
definiert in Header <regex>
typedef /*implementation defined*/ error_type;
(seit C++11)
static constexpr error_type error_collate = /*unspecified*/; static constexpr error_type error_ctype = /*unspecified*/; static constexpr error_type error_escape = /*unspecified*/; static constexpr error_type error_backref = /*unspecified*/; static constexpr error_type error_brack = /*unspecified*/; static constexpr error_type error_paren = /*unspecified*/; static constexpr error_type error_brace = /*unspecified*/; static constexpr error_type error_badbrace = /*unspecified*/; static constexpr error_type error_range = /*unspecified*/; static constexpr error_type error_space = /*unspecified*/; static constexpr error_type error_badrepeat = /*unspecified*/; static constexpr error_type error_complexity = /*unspecified*/; static constexpr error_type error_stack = /*unspecified*/;
(seit C++11)
Die error_type ist ein Typ, Fehler, die whrend Analysieren des regulren Ausdrucks auftreten knnen beschreibt .
Original:
The error_type is a type that describes errors that may occur during regular expression parsing.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Constant
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Explanation
error_collate
Der Ausdruck enthlt einen ungltigen Sortierfolge Namen des Elements
Original:
the expression contains an invalid collating element name
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_ctype
Der Ausdruck enthlt ein ungltiges Zeichen Name einer Klasse
Original:
the expression contains an invalid character class name
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_escape
Der Ausdruck enthlt eine ungltige Escapezeichen oder eine nachgestellte Flucht
Original:
the expression contains an invalid escaped character or a trailing escape
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_backref
Der Ausdruck enthlt einen ungltigen Rckbeziehung
Original:
the expression contains an invalid back reference
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_brack
Enthlt der Ausdruck bereinstimmenden eckigen Klammern ('[' und ']')
Original:
the expression contains mismatched square brackets ('[' and ']')
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_paren
Enthlt der Ausdruck bereinstimmenden Klammern ('(' und ')')
Original:
the expression contains mismatched parentheses ('(' and ')')
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_brace
Enthlt der Ausdruck bereinstimmenden geschweiften Klammern ('{' und '}')
Original:
the expression contains mismatched curly braces ('{' and '}')
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_badbrace
Der Ausdruck enthlt einen ungltigen Bereich in einem {} Ausdruck
Original:
the expression contains an invalid range in a {} expression
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_range
Der Ausdruck enthlt ein ungltiges Zeichen Bereich (zB [ba])
Original:
the expression contains an invalid character range (e.g. [b-a])
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_space
es war nicht genug Speicher, um den Ausdruck in einem endlichen Automaten zu konvertieren
Original:
there was not enough memory to convert the expression into a finite state machine
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_badrepeat
einem *? + {wurde nicht durch einen gltigen regulren Ausdruck vorangestellt
Original:
one of *?+{ was not preceded by a valid regular expression
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_complexity
Die Komplexitt einer versuchten bereinstimmung einen vordefinierten Pegel berschritten
Original:
the complexity of an attempted match exceeded a predefined level
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
error_stack
es war nicht genug Speicher, um eine bereinstimmung durchfhren
Original:
there was not enough memory to perform a match
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Siehe auch

meldet Fehler durch die regulre Ausdrcke Bibliothek erzeugt
Original:
reports errors generated by the regular expressions library
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(Klasse) [edit]

Web Proxy Viewer  |  New URL  |  Original Page