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

Method call

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

Source from the content-addressed store, hash-verified

5225 typename Context,
5226 typename SkipParser>
5227 detail::nope call(
5228 Iter & first,
5229 Sentinel last,
5230 Context const & context,
5231 SkipParser const & skip,
5232 detail::flags flags,
5233 bool & success) const
5234 {
5235 detail::nope retval;
5236 call(first, last, context, skip, flags, success, retval);
5237 return retval;
5238 }
5239
5240 template<
5241 typename Iter,

Callers

nothing calls this directly

Calls 3

callFunction · 0.85
scoped_traceFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected