regex_constants クラス

更新 : 2007 年 11 月

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

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

解説

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

必要条件

ヘッダー : <regex>

名前空間 : std::tr1

参照

参照

<regex>

regex_constants クラス