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

Function call

include/boost/parser/parser.hpp:7026–7037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7024 typename Context,
7025 typename SkipParser>
7026 auto call(
7027 Iter & first,
7028 Sentinel last,
7029 Context const & context,
7030 SkipParser const & skip,
7031 detail::flags flags,
7032 bool & success) const -> attribute_type<decltype(*first)>
7033 {
7034 attribute_type<decltype(*first)> retval{};
7035 call(first, last, context, skip, flags, success, retval);
7036 return retval;
7037 }
7038
7039 template<
7040 typename Iter,

Callers 15

getFunction · 0.85
search.hppFile · 0.85
operator()Method · 0.85
implMethod · 0.85
resolveFunction · 0.85
unequalFunction · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85

Calls 13

scoped_traceFunction · 0.85
unequalFunction · 0.85
assignFunction · 0.85
appendFunction · 0.85
move_backFunction · 0.85
_attrFunction · 0.85
findFunction · 0.85
litFunction · 0.85
parser_interfaceFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected