#include <identifier.hpp>
|
template<typename Context > |
constexpr void | cancel (Context &) |
|
template<typename NextParser , typename Context , typename... Args> |
LEXY_PARSER_FUNC auto | finish (Context &context, Reader &reader, Args &&... args) |
|
constexpr bool | try_parse (const void *, const Reader &reader) |
|
template<typename Leading, typename Trailing, typename... ReservedPredicate>
template<typename Reader>
struct lexyd::_id< Leading, Trailing, ReservedPredicate >::bp< Reader >
Definition at line 173 of file identifier.hpp.
◆ cancel()
template<typename Leading , typename Trailing , typename... ReservedPredicate>
template<typename Reader >
template<typename Context >
constexpr void lexyd::_id< Leading, Trailing, ReservedPredicate >::bp< Reader >::cancel |
( |
Context & |
| ) |
|
|
inlineconstexpr |
◆ finish()
template<typename Leading , typename Trailing , typename... ReservedPredicate>
template<typename Reader >
template<typename NextParser , typename Context , typename... Args>
LEXY_PARSER_FUNC auto lexyd::_id< Leading, Trailing, ReservedPredicate >::bp< Reader >::finish |
( |
Context & |
context, |
|
|
Reader & |
reader, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ try_parse()
template<typename Leading , typename Trailing , typename... ReservedPredicate>
template<typename Reader >
constexpr bool lexyd::_id< Leading, Trailing, ReservedPredicate >::bp< Reader >::try_parse |
( |
const void * |
, |
|
|
const Reader & |
reader |
|
) |
| |
|
inlineconstexpr |
◆ end
template<typename Leading , typename Trailing , typename... ReservedPredicate>
template<typename Reader >
Reader::marker lexyd::_id< Leading, Trailing, ReservedPredicate >::bp< Reader >::end |
The documentation for this struct was generated from the following file: