#include <expression.hpp>
|
static constexpr auto | left (unsigned group, unsigned level) |
|
static constexpr auto | postfix (unsigned group, unsigned level) |
|
static constexpr auto | prefix (unsigned group, unsigned level) |
|
static constexpr auto | right (unsigned group, unsigned level) |
|
Definition at line 56 of file expression.hpp.
◆ is_infix()
constexpr bool lexy::_detail::binding_power::is_infix |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_postfix()
constexpr bool lexy::_detail::binding_power::is_postfix |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_prefix()
constexpr bool lexy::_detail::binding_power::is_prefix |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_valid()
constexpr bool lexy::_detail::binding_power::is_valid |
( |
| ) |
const |
|
inlineconstexpr |
◆ left()
static constexpr auto lexy::_detail::binding_power::left |
( |
unsigned |
group, |
|
|
unsigned |
level |
|
) |
| |
|
inlinestaticconstexpr |
◆ postfix()
static constexpr auto lexy::_detail::binding_power::postfix |
( |
unsigned |
group, |
|
|
unsigned |
level |
|
) |
| |
|
inlinestaticconstexpr |
◆ prefix()
static constexpr auto lexy::_detail::binding_power::prefix |
( |
unsigned |
group, |
|
|
unsigned |
level |
|
) |
| |
|
inlinestaticconstexpr |
◆ right()
static constexpr auto lexy::_detail::binding_power::right |
( |
unsigned |
group, |
|
|
unsigned |
level |
|
) |
| |
|
inlinestaticconstexpr |
◆ group
unsigned lexy::_detail::binding_power::group |
◆ lhs
unsigned lexy::_detail::binding_power::lhs |
◆ rhs
unsigned lexy::_detail::binding_power::rhs |
The documentation for this struct was generated from the following file: