#include <recover.hpp>
|
template<typename... Literals> |
constexpr auto | limit (Literals... literals) const |
| Fail error recovery if limiting literal tokens is found first. More...
|
|
template<typename Token, typename Limit>
struct lexyd::_find< Token, Limit >
Definition at line 64 of file recover.hpp.
◆ get_limit()
template<typename Token , typename Limit >
static constexpr auto lexyd::_find< Token, Limit >::get_limit |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ limit()
template<typename Token , typename Limit >
template<typename... Literals>
constexpr auto lexyd::_find< Token, Limit >::limit |
( |
Literals... |
literals | ) |
const |
|
inlineconstexpr |
Fail error recovery if limiting literal tokens is found first.
Definition at line 112 of file recover.hpp.
The documentation for this struct was generated from the following file: