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

Function _pass

include/boost/parser/parser.hpp:3033–3036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3031
3032 template<typename Context>
3033 decltype(auto) _pass(Context const & context)
3034 {
3035 return *context.pass_;
3036 }
3037
3038 template<typename Context>
3039 decltype(auto) _locals(Context const & context)

Callers 4

json.cppFile · 0.85
callback_json.cppFile · 0.85
parser_action.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected