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

Method call

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

Source from the content-addressed store, hash-verified

5394 typename Context,
5395 typename SkipParser>
5396 T call(
5397 Iter & first,
5398 Sentinel last,
5399 Context const & context,
5400 SkipParser const & skip,
5401 detail::flags flags,
5402 bool & success) const
5403 {
5404 T retval{};
5405 call(first, last, context, skip, flags, success, retval);
5406 return retval;
5407 }
5408
5409 template<
5410 typename Iter,

Callers

nothing calls this directly

Calls 6

callFunction · 0.85
scoped_traceFunction · 0.85
get_trieFunction · 0.85
case_fold_viewClass · 0.85
advanceFunction · 0.85
assignFunction · 0.85

Tested by

no test coverage detected