A parser that forwards all arguments to a sink, which is the first argument. More...
#include <base.hpp>
Static Public Member Functions | |
template<typename Context , typename Reader , typename Sink , typename... Args> | |
static LEXY_PARSER_FUNC std::true_type | parse (Context &, Reader &, Sink &sink, Args &&... args) |
A parser that forwards all arguments to a sink, which is the first argument.
Definition at line 185 of file dsl/base.hpp.
|
inlinestatic |
Definition at line 188 of file dsl/base.hpp.