#include <delimited.hpp>
Classes | |
struct | p |
Public Types | |
using | _limit = std::conditional_t< std::is_void_v< Limit >||lexy::is_token_rule< Limit >, _del_limit< Limit >, Limit > |
Static Public Member Functions | |
template<typename CloseParser , typename Context , typename Reader , typename Sink > | |
static LEXY_PARSER_FUNC bool | _loop (CloseParser &close, Context &context, Reader &reader, Sink &sink) |
Definition at line 204 of file delimited.hpp.
using lexyd::_del< Close, Char, Limit, Escapes >::_limit = std::conditional_t<std::is_void_v<Limit> || lexy::is_token_rule<Limit>, _del_limit<Limit>, Limit> |
Definition at line 207 of file delimited.hpp.
|
inlinestatic |
Definition at line 210 of file delimited.hpp.