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