#include <expression.hpp>
|
template<unsigned MinBindingPower, typename Context , typename Reader > |
static constexpr bool | _parse (Context &context, Reader &reader, _state &state) |
|
template<unsigned MinBindingPower, typename Context , typename Reader > |
static constexpr bool | _parse_lhs (Context &context, Reader &reader, _state &state) |
|
template<typename RootOperation>
struct lexyd::_expr< RootOperation >
Definition at line 255 of file expression.hpp.
◆ _parse()
template<typename RootOperation >
template<unsigned MinBindingPower, typename Context , typename Reader >
static constexpr bool lexyd::_expr< RootOperation >::_parse |
( |
Context & |
context, |
|
|
Reader & |
reader, |
|
|
_state & |
state |
|
) |
| |
|
inlinestaticconstexpr |
◆ _parse_lhs()
template<typename RootOperation >
template<unsigned MinBindingPower, typename Context , typename Reader >
static constexpr bool lexyd::_expr< RootOperation >::_parse_lhs |
( |
Context & |
context, |
|
|
Reader & |
reader, |
|
|
_state & |
state |
|
) |
| |
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: