|
5.0.0
Freundlich's C++ toolkit
|
Matches only if another parser does not match.
exclude{p1,p2} is equivalent to !p2 >> p1.
Public Types | |
| using | result_type = fcppt::parse::result_of<Parser> |
Public Member Functions | |
| exclude (Parser &&, Exclude &&) | |
| 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::exclude< Parser, Exclude >::result_type = fcppt::parse::result_of<Parser> |
|
explicit |
|
nodiscard |