#include <operator.hpp>
Classes | |
struct | bp |
struct | p |
Public Types | |
using | op_literals = decltype((typename Ops::op_literals{}+...)) |
Static Public Member Functions | |
template<typename NextParser , typename Context , typename Reader , typename... Args> | |
static LEXY_PARSER_FUNC bool | op_finish (Context &context, Reader &reader, lexy::_detail::parsed_operator< Reader > op, Args &&... args) |
Definition at line 243 of file operator.hpp.
using lexyd::_opc< Ops >::op_literals = decltype((typename Ops::op_literals{} + ...)) |
Definition at line 245 of file operator.hpp.
|
inlinestatic |
Definition at line 248 of file operator.hpp.