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

Method impl

include/boost/parser/split.hpp:352–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 typename ErrorHandler,
351 typename SkipParser>
352 [[nodiscard]] constexpr auto impl(
353 R && r,
354 parser_interface<Parser, GlobalState, ErrorHandler> const &
355 parser,
356 parser_interface<SkipParser> const & skip,
357 trace trace_mode = trace::off) const
358 {
359 return split_view(
360 to_range<R>::call((R &&) r), parser, skip, trace_mode);
361 }
362
363#endif
364 };

Callers

nothing calls this directly

Calls 2

split_viewFunction · 0.85
callFunction · 0.85

Tested by

no test coverage detected