Iros
 
Loading...
Searching...
No Matches
parser_value.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::meta
 

Typedefs

template<concepts::ParserContext Context, concepts::Parser< Context > Parser>
using di::meta::ParserValue = meta::ExpectedValue<decltype(util::declval<Parser&>().parse(util::declval<Context&>()))>