#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 Limit, typename... R>
struct lexyd::_reco< Limit, R >
Definition at line 143 of file recover.hpp.
◆ get_limit()
template<typename Limit , typename... R>
static constexpr auto lexyd::_reco< Limit, R >::get_limit |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ limit()
template<typename Limit , typename... R>
template<typename... Literals>
constexpr auto lexyd::_reco< Limit, R >::limit |
( |
Literals... |
literals | ) |
const |
|
inlineconstexpr |
Fail error recovery if limiting literal tokens is found first.
Definition at line 188 of file recover.hpp.
The documentation for this struct was generated from the following file: