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

Method call

include/boost/parser/parser.hpp:6900–6915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6898 typename Context,
6899 typename SkipParser>
6900 detail::nope call(
6901 Iter & first,
6902 Sentinel last,
6903 Context const & context,
6904 SkipParser const & skip,
6905 detail::flags flags,
6906 bool & success) const
6907 {
6908#if BOOST_PARSER_DO_TRACE
6909 [[maybe_unused]] auto _ = detail::scoped_trace(
6910 *this, first, last, context, flags, detail::global_nope);
6911#endif
6912 if (first != last)
6913 success = false;
6914 return {};
6915 }
6916
6917 template<
6918 typename Iter,

Callers

nothing calls this directly

Calls 1

scoped_traceFunction · 0.85

Tested by

no test coverage detected