![]() |
Home | Libraries | People | FAQ | More |
boost::parser::rethrow_error_handler
// In header: <boost/parser/error_handling.hpp> struct rethrow_error_handler { // public member functions template<typename Iter, typename Sentinel> (, , parse_error< ) ; template<typename Context, typename Iter> (, , , ) ; template<typename Context> (, , ) ; };
An error handler that just re-throws any exception generated by the parse.
rethrow_error_handler public member functionstemplate<typename Iter, typename Sentinel> ( first, last, parse_error< e) ;
template<typename Context, typename Iter> ( kind, message, context, it) ;
template<typename Context> ( kind, message, context) ;