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 物件(公共成員函式) |