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

Function resolve

include/boost/parser/parser.hpp:1036–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034
1035 template<typename Context, typename T>
1036 decltype(auto) resolve(Context const & context, T const & x)
1037 {
1038 return resolve_impl<Context, T>::call(context, x);
1039 }
1040
1041 template<typename Context>
1042 auto resolve(Context const &, nope n)

Callers 14

resolve_rule_paramsFunction · 0.85
callMethod · 0.85
unequalFunction · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
operator()Method · 0.85
print_expectedFunction · 0.85
print_parserFunction · 0.85
print_expected_charFunction · 0.85
print_switch_matchersFunction · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected