mirror of
https://github.com/boostorg/metaparse.git
synced 2026-01-19 04:22:10 +00:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
[#getting_started_1]
|
|
|
|
using int_token = token<int_>;
|
|
using plus_token = token<lit_c<'+'>>;
|
|
|