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

Function with_error_handler

include/boost/parser/parser.hpp:6102–6109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6100 for the `parser` argument is undefined. */
6101 template<typename Parser, typename GlobalState, typename ErrorHandler>
6102 auto with_error_handler(
6103 parser_interface<Parser, GlobalState, default_error_handler> const &
6104 parser,
6105 ErrorHandler & error_handler)
6106 {
6107 return parser_interface<Parser, GlobalState, ErrorHandler &>{
6108 parser.parser_, parser.globals_, error_handler};
6109 }
6110
6111
6112 /** A `symbols<T>` represents the initial state of a symbol table parser

Callers 6

mainFunction · 0.85
parseFunction · 0.85
parseFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected