Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::StringIteratorSkipTable Struct Reference

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}
 

Detailed Description

Builds a constexpr bool skip table of 256 entries used in some parsers.


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