std::regex_error::regex_error
来自cppreference.com
< cpp | regex | regex error
定义于头文件 <regex>
|
||
regex_error(std::regex_constants::error_type ecode); |
(C++11 起) | |
以给定 std::regex_constants::error_type 类型的 ecode
构造一个 regex_error
。
参阅
(C++11) |
描述不同类型的匹配错误 (typedef) |