#include "di/meta/vocab.h"#include "di/parser/concepts/parser.h"#include "di/parser/concepts/parser_context.h"#include "di/util/declval.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::meta |
Typedefs | |
| template<concepts::ParserContext Context, concepts::Parser< Context > Parser> | |
| using | di::meta::ParserValue = meta::ExpectedValue<decltype(util::declval<Parser&>().parse(util::declval<Context&>()))> |