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;
}
constexpr bool always_false_v
Definition buffalo.h:28

Detailed Description

Definition at line 72 of file buffalo.h.