// In header: <boost/parser/parser_fwd.hpp>
template<typename Context> decltype(auto)(Context const & context);
Description
Returns a reference to a bool that represents the success or failure of the bottommost parser. You can assign false to this within a semantic action to force a parser to fail its parse.