4.6.0
Freundlich's C++ toolkit
|
Disables the skipper.
For a parser p, lexeme{p}
always calls p.parse with the skipper fcppt::parse::skipper::epsilon, effectively disabling skipping.
Public Types | |
using | result_type = fcppt::parse::result_of<Parser> |
Public Member Functions | |
lexeme (Parser &&) | |
template<typename Ch , typename Skipper > | |
fcppt::parse::result< Ch, result_type > | parse (fcppt::reference< fcppt::parse::basic_stream< Ch > >, Skipper const &) const |
using fcppt::parse::lexeme< Parser >::result_type = fcppt::parse::result_of<Parser> |
|
explicit |
|
nodiscard |