Iros
 
Loading...
Searching...
No Matches
parser.h
Go to the documentation of this file.
1#pragma once
2
4#include "di/meta/vocab.h"
7
8namespace di::concepts {
9template<typename T, typename Context>
10concept Parser =
11 ParserContext<Context> && DerivedFrom<T, parser::ParserBase<T>> && requires(T& parser, Context& context) {
13 };
14}
Definition operations.h:114
Definition vocab.h:71
Definition parser_context.h:12
Definition parser.h:10
Definition any_storable.h:9
Definition zstring_parser.h:9