Home
last modified time | relevance | path

Searched defs:repeat_directive (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/x3/directive/
Drepeat.hpp52 struct repeat_directive : unary_parser<Subject, repeat_directive<Subject,RepeatCountLimit>> struct
54 typedef unary_parser<Subject, repeat_directive<Subject,RepeatCountLimit>> base_type;
55 static bool const is_pass_through_unary = true;
56 static bool const handles_container = true;
58 constexpr repeat_directive(Subject const& subject, RepeatCountLimit const& repeat_limit_) in repeat_directive() function
65 bool parse( in parse()
89 RepeatCountLimit repeat_limit;