std::regex_error::regex_error
来自cppreference.com
< cpp | regex | regex error
![]() |
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <regex_error> 中定义
|
||
regex_error(std::regex_constants::error_type ecode); |
(C++11 起) | |
构造一个与给定的
regex_error
类型ecode
std::regex_constants::error_type.原文:
Constructs a
regex_error
with a given ecode
of type std::regex_constants::error_type .[编辑] 见也
(C++11) |
描述了不同类型的匹配误差 原文: describes different types of matching errors (typedef) |