buffalo
Loading...
Searching...
No Matches
bf::IGrammar Concept Reference

#include <buffalo.h>

Concept definition

template<typename T>
concept bf::IGrammar = requires(T)
{
typename T::ValueType;
typename T::UserDataType;
}
ProductionRule< G > PR
Definition buffalo.h:438

Detailed Description

Definition at line 48 of file buffalo.h.