Iros
Loading...
Searching...
No Matches
parser_context_result.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/parser/meta/parser_context_error.h
"
4
#include "
di/vocab/expected/expected_forward_declaration.h
"
5
6
namespace
di::meta
{
7
template
<
typename
T, concepts::ParserContext Context>
8
using
ParserContextResult
=
vocab::Expected<T, meta::ParserContextError<Context>
>;
9
}
di::vocab::Expected
Definition
expected_forward_declaration.h:8
expected_forward_declaration.h
di::meta
Definition
merge_interfaces.h:6
di::meta::ParserContextResult
vocab::Expected< T, meta::ParserContextError< Context > > ParserContextResult
Definition
parser_context_result.h:8
parser_context_error.h
libs
di
include
di
parser
meta
parser_context_result.h
Generated by
1.13.0