A branch parser that takes a branch unconditionally and forwards to the regular parser. More...
#include <base.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 std::true_type | try_parse (const void *, const Reader &) |
A branch parser that takes a branch unconditionally and forwards to the regular parser.
Definition at line 127 of file dsl/base.hpp.
|
inlineconstexpr |
Definition at line 135 of file dsl/base.hpp.
|
inline |
Definition at line 139 of file dsl/base.hpp.
|
inlineconstexpr |
Definition at line 129 of file dsl/base.hpp.