Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Function template _error_handler
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