The classification of a \d \D \w \W \s \S shorthand: its ASCII bitmap, its Unicode range table, and whether it is the negated (uppercase) form.
More...
|
| char_class | set |
| | The ASCII bitmap (digit / word / space set).
|
| |
| std::span< const code_range > | ranges |
| | The full Unicode range table (used in text mode).
|
| |
| bool | negated |
| | True for the uppercase form (\D \W \S).
|
| |
The classification of a \d \D \w \W \s \S shorthand: its ASCII bitmap, its Unicode range table, and whether it is the negated (uppercase) form.
Definition at line 507 of file ast.hpp.
◆ negated
| bool real::detail::parser::shorthand_spec::negated |
True for the uppercase form (\D \W \S).
Definition at line 511 of file ast.hpp.
◆ ranges
| std::span<const code_range> real::detail::parser::shorthand_spec::ranges |
The full Unicode range table (used in text mode).
Definition at line 510 of file ast.hpp.
◆ set
| char_class real::detail::parser::shorthand_spec::set |
The ASCII bitmap (digit / word / space set).
Definition at line 509 of file ast.hpp.
The documentation for this struct was generated from the following file: