MCPcopy Create free account
hub / github.com/boostorg/parser / _error_handler

Function _error_handler

include/boost/parser/parser.hpp:3072–3075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3070
3071 template<typename Context>
3072 decltype(auto) _error_handler(Context const & context)
3073 {
3074 return *context.error_handler_;
3075 }
3076
3077#if BOOST_PARSER_USE_CONCEPTS
3078 template<std::forward_iterator I, typename Context>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected