|  | Home | Libraries | People | FAQ | More | 
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  |