std::regex_error::code
来自 cppreference.com
< cpp | regex | regex error
定义在头文件 <regex> 中 |
||
std::regex_constants::error_type code() const; |
(自 C++11 起) | |
返回传递给 std::regex_error 构造函数的 std::regex_constants::error_type。
[编辑] 另请参阅
(C++11) |
描述了不同类型的匹配错误 (typedef) |
构造一个 regex_error 对象(公有成员函数) |