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

Method impl

include/boost/parser/search.hpp:635–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633 typename ErrorHandler,
634 typename SkipParser>
635 [[nodiscard]] constexpr auto impl(
636 R && r,
637 parser_interface<Parser, GlobalState, ErrorHandler> const &
638 parser,
639 parser_interface<SkipParser> const & skip,
640 trace trace_mode = trace::off) const
641 {
642 return search_all_view(
643 to_range<R>::call((R &&) r), parser, skip, trace_mode);
644 }
645
646#endif
647 };

Callers

nothing calls this directly

Calls 2

search_all_viewFunction · 0.85
callFunction · 0.85

Tested by

no test coverage detected