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
|
|
헤더 파일에 정의됨
<regex>
|
||
|
std::
regex_constants
::
error_type
code
(
)
const
;
|
(C++11 이후) | |
std::regex_constants::error_type 생성자에 전달된 std::regex_error 을 반환합니다.
참고 항목
|
(C++11)
|
다양한 유형의 매칭 오류를 설명합니다
(typedef) |
regex_error
객체를 생성합니다
(public member function) |