Iros
Loading...
Searching...
No Matches
parser_of.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
di/parser/concepts/parser.h
"
4
#include "
di/parser/meta/parser_value.h
"
5
6
namespace
di::concepts
{
7
template
<
typename
Parser,
typename
Value,
typename
Context>
8
concept
ParserOf
=
concepts::Parser<Parser, Context>
&&
SameAs<Value, meta::ParserValue<Parser, Context>
>;
9
}
di::concepts::ParserOf
Definition
parser_of.h:8
di::concepts::Parser
Definition
parser.h:10
di::concepts::SameAs
Definition
core.h:114
di::concepts
Definition
any_storable.h:9
parser.h
parser_value.h
libs
di
include
di
parser
concepts
parser_of.h
Generated by
1.13.0