Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::RegexTraitsBase Struct Reference

Inherited by AZStd::RegexTraits< char >, AZStd::RegexTraits< wchar_t >, and AZStd::RegexTraits< Element >.

Public Types

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: