boost::parser::expect_parser
// In header: <boost/parser/parser_fwd.hpp> template<typename Parser, bool FailOnMatch> struct expect_parser { };
Applies the given parser p of type Parser, producing no attributes and consuming no input. The parse succeeds iff p's success is unequal to FailOnMatch.
p
Parser
FailOnMatch