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

Method call

include/boost/parser/parser.hpp:7428–7439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7426 typename Context,
7427 typename SkipParser>
7428 auto call(
7429 Iter & first,
7430 Sentinel last,
7431 Context const & context,
7432 SkipParser const & skip,
7433 detail::flags flags,
7434 bool & success) const -> attribute_type<decltype(*first)>
7435 {
7436 attribute_type<decltype(*first)> retval{};
7437 call(first, last, context, skip, flags, success, retval);
7438 return retval;
7439 }
7440
7441 template<
7442 typename Iter,

Callers

nothing calls this directly

Calls 3

callFunction · 0.85
scoped_traceFunction · 0.85
assignFunction · 0.85

Tested by

no test coverage detected