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 オブジェクトを構築します (パブリックメンバ関数) |