#include <di/parser/basic/match_zero_or_more.h>
Public Member Functions | |
| template<typename P> | |
| constexpr | MatchZeroOrMoreParser (InPlace, P &&predicate) |
| template<concepts::ParserContext Context> | |
| constexpr auto | parse (Context &context) const -> meta::ParserContextResult< meta::Reconstructed< Context, meta::ContainerIterator< Context >, meta::ContainerIterator< Context > >, Context > |
|
inlineexplicitconstexpr |
|
inlineconstexpr |