std::regex_error::code
From cppreference.com
< cpp | regex | regex error
| ヘッダ <regex> で定義 |
||
| std::regex_constants::error_type code() const; |
(C++11以降) | |
コンストラクタに渡された std::regex_constants::error_type を返します。
[編集] 関連項目
| (C++11) |
さまざまな種類のエラーを記述する (typedef) |
regex_error オブジェクトを構築する(public member function) |