MCPcopy Create free account
hub / github.com/boostorg/parser / operator()

Function operator()

include/boost/parser/parser.hpp:5976–5981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5974 `parser_((Arg &&)arg, (Args &&)args...)` is well-formed. */
5975 template<typename Arg, typename... Args>
5976 constexpr auto operator()(Arg && arg, Args &&... args) const noexcept
5977 -> decltype(std::declval<parser_type const &>()(
5978 (Arg &&) arg, (Args &&) args...))
5979 {
5980 return parser_((Arg &&) arg, (Args &&) args...);
5981 }
5982
5983#ifndef BOOST_PARSER_DOXYGEN
5984

Callers

nothing calls this directly

Calls 6

make_view_beginFunction · 0.85
make_view_endFunction · 0.85
parser_interfaceFunction · 0.70
symbol_parserClass · 0.70
callMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected