std::regex_error::regex_error
Defined in header <regex> | | |
|---|---|---|
regex_error(std::regex_constants::error_type ecode); | | (since C++11) |
构造一个regex_error带着一个给定的ecode类型std::regex_constants::error_type...
另见
error_type (C++11) | describes different types of matching errors (typedef) |
|---|
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

