![]() |
Home | Libraries | People | FAQ | More |
boost::parser::repeat
// In header: <boost/parser/parser.hpp> template<typename T> repeat_directive< T, T > repeat(T n);
Returns a repeat_directive
that repeats exactly n
times, and whose operator[]
returns a parser_interface<repeat_parser<P>>
from a given parser of type parser_interface<P>
.