Iros
 
Loading...
Searching...
No Matches
parser_context_error.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::meta {
6template<concepts::ParserContext Context>
7using ParserContextError = Context::Error;
8}
Definition merge_interfaces.h:6
Context::Error ParserContextError
Definition parser_context_error.h:7