![]() |
Home | Libraries | People | FAQ | More |
boost::parser::one_plus_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Parser> struct one_plus_parser : public boost::parser::repeat_parser< Parser > { // public member functions one_plus_parser(Parser); };