#include <operator.hpp>
Public Member Functions | |
template<typename Context > | |
constexpr void | cancel (Context &) |
template<typename NextParser , typename Context , typename... Args> | |
LEXY_PARSER_FUNC bool | finish (Context &context, Reader &reader, Args &&... args) |
constexpr auto | try_parse (const void *, Reader reader) |
Public Attributes | |
Reader::marker | end |
lexy::_detail::parsed_operator< Reader > | op |
Definition at line 266 of file operator.hpp.
|
inlineconstexpr |
Definition at line 279 of file operator.hpp.
|
inline |
Definition at line 283 of file operator.hpp.
|
inlineconstexpr |
Definition at line 271 of file operator.hpp.
Reader::marker lexyd::_opc< Ops >::bp< Reader >::end |
Definition at line 269 of file operator.hpp.
lexy::_detail::parsed_operator<Reader> lexyd::_opc< Ops >::bp< Reader >::op |
Definition at line 268 of file operator.hpp.