• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    namespace
    <regex>

    std::regex_constants

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

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

    バージョン

    言語

    • C++11