Go to the source code of this file.
Classes | |
struct | lexyd::_peek< Rule, Tag > |
struct | lexyd::_peekn< Rule, Tag > |
struct | lexyd::_peekn< Rule, Tag >::bp< Reader > |
struct | lexyd::_peek< Rule, Tag >::bp< Reader > |
struct | lexyd::_peekn< Rule, Tag >::p< NextParser > |
struct | lexyd::_peek< Rule, Tag >::p< NextParser > |
struct | lexy::peek_failure |
We've failed to match a peek. More... | |
struct | lexy::unexpected |
We've failed to match a peek not. More... | |
Namespaces | |
lexy | |
lexyd | |
Functions | |
template<typename Rule > | |
constexpr auto | lexyd::peek (Rule) |
template<typename Rule > | |
constexpr auto | lexyd::peek_not (Rule) |
Checks if at this reader position, the rule would not match. More... | |