![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
An id of an element of the grammar divided into category and index. More...
An id of an element of the grammar divided into category and index.
This is equivalent to CodeElement but more structured. The first component of the pair is the category and the second the index within the category.
Definition at line 278 of file cfgrammars.h.
#include "cfgrammars.h"


Public Types | |
| using | Base = std::pair< int, int > |
| using elementa::parsing::CFGrammar::CatId::Base = std::pair<int,int> |
Definition at line 282 of file cfgrammars.h.