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