最終更新日時(UTC):
が更新

履歴 編集

namespace
<regex>

std::regex_constants(C++11)

std::regex_constants名前空間では、正規表現の構文オプション、マッチフラグ、エラー値などの定数を定義する。

名前 説明 対応バージョン
syntax_option_type 構文オプションを表す実装定義のビットマスク型(type-alias) C++11
match_flag_type マッチ条件と書式を表す実装定義のビットマスク型(type-alias) C++11
error_type 正規表現のエラーを表す実装定義の列挙型(enum) C++11

バージョン

言語

  • C++11