Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template _error_handler

boost::parser::_error_handler

Synopsis

// In header: <boost/parser/parser_fwd.hpp>


template<typename Context> 
  decltype(auto) _error_handler(Context const & context);

Description

Returns a reference to the error handler object associated with the top-level parser. Returns none if there is no associated error handler.


PrevUpHomeNext