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

Function parser_interface

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

Source from the content-addressed store, hash-verified

5671 using error_handler_type = ErrorHandler;
5672
5673 constexpr parser_interface() : parser_() {}
5674 constexpr parser_interface(parser_type p) : parser_(std::move(p)) {}
5675 constexpr parser_interface(
5676 parser_type p, global_state_type gs, error_handler_type eh) :

Callers 2

operator()Function · 0.70
callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected