#include "di/parser/meta/parser_context_error.h"
#include "di/vocab/expected/expected_forward_declaration.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::meta |
Typedefs | |
template<typename T, concepts::ParserContext Context> | |
using | di::meta::ParserContextResult = vocab::Expected<T, meta::ParserContextError<Context>> |