#include <operator.hpp>
Public Member Functions | |
template<typename Context > | |
constexpr void | cancel (Context &context) |
template<typename NextParser , typename Context , typename... Args> | |
LEXY_PARSER_FUNC bool | finish (Context &context, Reader &reader, Args &&... args) |
template<typename ControlBlock > | |
constexpr auto | try_parse (const ControlBlock *cb, const Reader &reader) |
Public Attributes | |
lexy::branch_parser_for< Literal, Reader > | impl |
Definition at line 134 of file operator.hpp.
|
inlineconstexpr |
Definition at line 145 of file operator.hpp.
|
inline |
Definition at line 151 of file operator.hpp.
|
inlineconstexpr |
Definition at line 139 of file operator.hpp.
lexy::branch_parser_for<Literal, Reader> lexyd::_op< TagType, Literal, R >::bp< Reader >::impl |
Definition at line 136 of file operator.hpp.