Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 345 Bytes

conjs.md

File metadata and controls

11 lines (7 loc) · 345 Bytes

back to index

conjs

template <typename C = char, typename T = C> class conjs;

conjs represent a conjunction of lits (literal sequences). If there are more lits in conjunction all of them has to match the input to satisfy a production rule.

Class has the same API as std::set<lits<C, T>>