#include <di/parser/combinator/transform.h>
|
template<typename P, typename F> |
constexpr | TransformParser (InPlace, P &&parser, F &&function) |
|
template<concepts::ParserContext Context, typename Value = meta::ParserValue<Context, Parser>>
requires (concepts::Parser<Parser, Context>) |
constexpr auto | parse (Context &context) const |
|
◆ TransformParser()
template<typename Parser, typename Fun>
template<typename P, typename F>
◆ parse()
template<typename Parser, typename Fun>
template<concepts::ParserContext Context, typename Value = meta::ParserValue<Context, Parser>>
requires (concepts::Parser<Parser, Context>)
The documentation for this class was generated from the following file: