std::regex_error::code
来自cppreference.com
< cpp | regex | regex error
正则表达式库
类 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
算法 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
迭代器 | ||||
(C++11)
|
||||
(C++11)
|
||||
异常 | ||||
(C++11)
|
||||
特性 | ||||
(C++11)
|
||||
常量 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
正则表达式文法 | ||||
(C++11)
|
std::regex_error
成员函数 | ||||
regex_error::code
|
在标头
<regex>
定义
|
||
std::regex_constants::error_type
code()
const;
|
(C++11 起) | |
返回传递给 std::regex_error 构造函数的 std::regex_constants::error_type 。
参阅
(C++11)
|
描述不同类型的匹配错误 (typedef) |
构造 regex_error 对象 (公开成员函数) |