#include "di/function/overload.h"
#include "di/function/ycombinator.h"
#include "di/meta/constexpr.h"
#include "di/parser/concepts/parser.h"
#include "di/parser/concepts/parser_context.h"
#include "di/parser/meta/parser_context_result.h"
#include "di/vocab/prelude.h"
Go to the source code of this file.
Classes | |
struct | di::parser::detail::SequenceParserMarker |
class | di::parser::detail::SequenceParser< Parsers > |
struct | di::parser::detail::SequenceFunction |
Namespaces | |
namespace | di |
namespace | di::parser |
namespace | di::parser::detail |
Functions | |
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right> requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>>) | |
constexpr auto | di::parser::operator>> (Left &&left, Right &&right) |
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right> requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>> && !concepts::DerivedFrom<Left, detail::SequenceParserMarker> && concepts::DerivedFrom<Right, detail::SequenceParserMarker>) | |
constexpr auto | di::parser::operator>> (Left &&left, Right &&right) |
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right> requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>> && concepts::DerivedFrom<Left, detail::SequenceParserMarker> && !concepts::DerivedFrom<Right, detail::SequenceParserMarker>) | |
constexpr auto | di::parser::operator>> (Left &&left, Right &&right) |
template<concepts::DecayConstructible Left, concepts::DecayConstructible Right> requires (concepts::DerivedFrom<Left, ParserBase<Left>> && concepts::DerivedFrom<Right, ParserBase<Right>> && concepts::DerivedFrom<Left, detail::SequenceParserMarker> && concepts::DerivedFrom<Right, detail::SequenceParserMarker>) | |
constexpr auto | di::parser::operator>> (Left &&left, Right &&right) |
Variables | |
constexpr auto | di::parser::sequence = detail::SequenceFunction {} |