#include "di/parser/concepts/parser.h"#include "di/parser/concepts/parser_context.h"#include "di/parser/meta/parser_context_result.h"#include "di/parser/meta/parser_value.h"#include "di/parser/parser_base.h"Go to the source code of this file.
Classes | |
| class | di::parser::detail::AndThenParser< Parser, Fun > |
| struct | di::parser::detail::AndThenFunction |
Namespaces | |
| namespace | di |
| namespace | di::parser |
| namespace | di::parser::detail |
Functions | |
| template<concepts::DecayConstructible Parser, concepts::DecayConstructible Fun> requires (concepts::DerivedFrom<Parser, ParserBase<Parser>>) | |
| constexpr auto | di::parser::operator<< (Parser &&parser, Fun &&function) |
Variables | |
| constexpr auto | di::parser::and_then = detail::AndThenFunction {} |