Iros
 
Loading...
Searching...
No Matches
di::parser::detail::AndThenParser< Parser, Fun > Class Template Reference

#include <di/parser/combinator/and_then.h>

Inheritance diagram for di::parser::detail::AndThenParser< Parser, Fun >:
[legend]

Public Member Functions

template<typename P, typename F>
constexpr AndThenParser (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
 

Constructor & Destructor Documentation

◆ AndThenParser()

template<typename Parser, typename Fun>
template<typename P, typename F>
di::parser::detail::AndThenParser< Parser, Fun >::AndThenParser ( InPlace ,
P && parser,
F && function )
inlineexplicitconstexpr

Member Function Documentation

◆ parse()

template<typename Parser, typename Fun>
template<concepts::ParserContext Context, typename Value = meta::ParserValue<Context, Parser>>
requires (concepts::Parser<Parser, Context>)
auto di::parser::detail::AndThenParser< Parser, Fun >::parse ( Context & context) const
inlineconstexpr

The documentation for this class was generated from the following file: