4.6.0
Freundlich's C++ toolkit
|
Tries two skippers in succession.
First runs the skipper Left. If that fails, its error is returned. Otherwise, runs the skipper Right and returns its result.
Public Member Functions | |
sequence (Left &&, Right &&) | |
template<typename Ch > | |
fcppt::parse::skipper::result< Ch > | skip (fcppt::reference< fcppt::parse::basic_stream< Ch > >) const |
fcppt::parse::skipper::sequence< Left, Right >::sequence | ( | Left && | , |
Right && | ) |
|
nodiscard |