Inherited by AZStd::RegexTraits< char >, AZStd::RegexTraits< wchar_t >, and AZStd::RegexTraits< Element >.
|
| enum | CharClassType {
Ch_none = 0
, Ch_invalid = 0xffff
, Ch_alnum = (1 << 0)
, Ch_alpha = (1 << 1)
,
Ch_cntrl = (1 << 2)
, Ch_digit = (1 << 3)
, Ch_graph = (1 << 4)
, Ch_lower = (1 << 5)
,
Ch_print = (1 << 6)
, Ch_punct = (1 << 7)
, Ch_space = (1 << 8)
, Ch_upper = (1 << 9)
,
Ch_xdigit = (1 << 10)
} |
| |
|
typedef short | char_class_type |
| |
The documentation for this struct was generated from the following file:
- Code/Framework/AzCore/AzCore/std/string/regex_impl.h