Searched defs:repeat_directive (Results 1 – 1 of 1) sorted by relevance
52 struct repeat_directive : unary_parser<Subject, repeat_directive<Subject,RepeatCountLimit>> struct54 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() function65 bool parse( in parse()89 RepeatCountLimit repeat_limit;