REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
real::detail::utf8_trie Struct Reference

A minimal deterministic UTF-8 trie for a code-point class. root == -1 means the class is empty. More...

#include <lazy_dfa.hpp>

Public Attributes

std::vector< utf8_trie_nodenodes
 Node pool; ids in utf8_trie_node::trans index it.
 
std::int32_t root {-1}
 Entry node id, or -1 for an empty class.
 

Detailed Description

A minimal deterministic UTF-8 trie for a code-point class. root == -1 means the class is empty.


The documentation for this struct was generated from the following file: