std::regex_constants::match_flag_type

std::regex_constants::match_flag_type

Defined in header <regex>
typedef /*unspecified*/ match_flag_type;
(since C++11)
constexpr match_flag_type match_default = 0;
constexpr match_flag_type match_not_bol = /*unspecified*/;
constexpr match_flag_type match_not_eol = /*unspecified*/;
constexpr match_flag_type match_not_bow = /*unspecified*/;
constexpr match_flag_type match_not_eow = /*unspecified*/;
constexpr match_flag_type match_any = /*unspecified*/;
constexpr match_flag_type match_not_null = /*unspecifi