Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.89.0.
PrimitiveParser is the most basic building block that the client uses to build more complex parsers.
Upon entry to the parse
member function, a PrimitiveParser is required to do a pre-skip. Leading
skip characters/tokens
will be skipped prior to parsing. Only PrimitiveParsers are required
to perform this pre-skip. This is typically carried out through a call
to qi::skip_over:
qi::skip_over(f, l, skip);
|
Expression |
Description |
|---|---|
|
|
Metafunction that evaluates to |