16 struct MatchOneOrMoreFunction {
17 template<concepts::Predicate<c32> Pred>
18 requires(concepts::DecayConstructible<Pred>)
19 constexpr auto operator()(Pred&& predicate)
const {
21 << []<concepts::ParserContext Context,
typename View>(
constexpr auto empty
Definition empty.h:45
View(Iter, Sent) -> View< Iter, Sent >
Definition code_point_parser.h:10
constexpr auto match_one_or_more
Definition match_one_or_more.h:32
constexpr auto match_zero_or_more
Definition match_zero_or_more.h:48
Unexpected(E &&) -> Unexpected< meta::UnwrapRefDecay< E > >