#include <expression.hpp>
Public Types | |
using | operator_chain_error = lexy::operator_chain_error |
using | operator_group_error = lexy::operator_group_error |
using | operator_nesting_error = lexy::max_operator_nesting_exceeded |
Static Public Attributes | |
static constexpr auto | max_operator_nesting = 256 |
static constexpr auto | rule = lexyd::_expr<void>{} |
Definition at line 582 of file expression.hpp.
Definition at line 587 of file expression.hpp.
Definition at line 588 of file expression.hpp.
Definition at line 584 of file expression.hpp.
|
staticconstexpr |
Definition at line 585 of file expression.hpp.
|
staticconstexpr |
Definition at line 590 of file expression.hpp.