...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::parser::one_plus_parser
// In header: <boost/parser/parser.hpp> template<typename Parser> struct one_plus_parser : public boost::parser::repeat_parser< Parser > { // public member functions one_plus_parser(Parser); };