#include <integer.hpp>
|
template<typename Context , typename Reader , typename... Args> |
static LEXY_PARSER_FUNC bool | parse (Context &context, Reader &reader, typename Reader::iterator begin, typename Reader::iterator end, Args &&... args) |
|
template<typename Token, typename IntParser, typename Tag>
template<typename NextParser>
struct lexyd::_int< Token, IntParser, Tag >::_pc< NextParser >
Definition at line 393 of file dsl/integer.hpp.
◆ parse()
template<typename Token , typename IntParser , typename Tag >
template<typename NextParser >
template<typename Context , typename Reader , typename... Args>
static LEXY_PARSER_FUNC bool lexyd::_int< Token, IntParser, Tag >::_pc< NextParser >::parse |
( |
Context & |
context, |
|
|
Reader & |
reader, |
|
|
typename Reader::iterator |
begin, |
|
|
typename Reader::iterator |
end, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: