4.6.0
Freundlich's C++ toolkit
|
Negates the result of a skipper.
If the skipper p succeeds, then not_{p}
fails. Otherwise, if p fails, then not_{p}
succeeds.
Public Member Functions | |
not_ (Skipper &&) | |
template<typename Ch > | |
fcppt::parse::skipper::result< Ch > | skip (fcppt::reference< fcppt::parse::basic_stream< Ch > >) const |
|
explicit |
|
nodiscard |