#include <grammar.hpp>
|
template<typename Production , typename = _enable_production_or_operation<Production>> |
constexpr | production_info (Production) |
|
Definition at line 192 of file grammar.hpp.
◆ production_info()
template<typename Production , typename = _enable_production_or_operation<Production>>
constexpr lexy::production_info::production_info |
( |
Production |
| ) |
|
|
inlineconstexpr |
◆ operator!=
◆ operator==
◆ id
const char* const* lexy::production_info::id |
◆ is_token
bool lexy::production_info::is_token |
◆ is_transparent
bool lexy::production_info::is_transparent |
◆ name
const char* lexy::production_info::name |
The documentation for this struct was generated from the following file: