Share via


regex_constants クラス

正規表現フラグの名前空間です。

namespace regex_constants {
  typedef T1 syntax_option_type;
  typedef T2 match_flag_type;
  typedef T3 error_type;
  }

解説

regex_constants 名前空間は、各種のフラグおよび関連するフラグ値をカプセル化します。

必要条件

ヘッダー: <regex>

名前空間: std

参照

関連項目

<regex>

regex_constants クラス

その他の技術情報

<regex> メンバー