Builds a constexpr bool skip table of 256 entries used in some parsers. More...
#include <StringIterator.h>
Public Member Functions | |
constexpr | StringIteratorSkipTable (Span< const char > chars) |
Public Attributes | |
bool | matches [256] = {false} |
Builds a constexpr bool skip table of 256 entries used in some parsers.