名前空間
変種

std::regex_error::regex_error

提供: cppreference.com
<tbody> </tbody>
ヘッダ <regex> で定義
regex_error(std::regex_constants::error_type ecode);
(C++11以上)

std::regex_constants::error_type 型の指定された ecode を持つ regex_error を構築します。

関連項目

様々な種類のマッチングエラーを表します
(typedef) [edit]