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

Method call

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

Source from the content-addressed store, hash-verified

8299 typename Context,
8300 typename SkipParser>
8301 T call(
8302 Iter & first,
8303 Sentinel last,
8304 Context const & context,
8305 SkipParser const & skip,
8306 detail::flags flags,
8307 bool & success) const
8308 {
8309 T retval{};
8310 call(first, last, context, skip, flags, success, retval);
8311 return retval;
8312 }
8313
8314 template<
8315 typename Iter,

Callers

nothing calls this directly

Calls 4

callFunction · 0.85
scoped_traceFunction · 0.85
resolveFunction · 0.85
assignFunction · 0.85

Tested by

no test coverage detected