|
di 0.1.0
|
#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.
Namespaces | |
| namespace | di |
| namespace | di::parser |
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 {} |