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

Method call

include/boost/parser/parser.hpp:7193–7204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7191 typename Context,
7192 typename SkipParser>
7193 auto call(
7194 Iter & first,
7195 Sentinel last,
7196 Context const & context,
7197 SkipParser const & skip,
7198 detail::flags flags,
7199 bool & success) const -> attribute_type<decltype(*first)>
7200 {
7201 attribute_type<decltype(*first)> retval{};
7202 call(first, last, context, skip, flags, success, retval);
7203 return retval;
7204 }
7205
7206 template<
7207 typename Iter,

Callers

nothing calls this directly

Calls 5

callFunction · 0.85
scoped_traceFunction · 0.85
assignFunction · 0.85
beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected