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

Function _locals

include/boost/parser/parser.hpp:3039–3045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3037
3038 template<typename Context>
3039 decltype(auto) _locals(Context const & context)
3040 {
3041 if constexpr (detail::is_nope_v<decltype(*context.locals_)>)
3042 return none{};
3043 else
3044 return *context.locals_;
3045 }
3046
3047 template<typename Context>
3048 decltype(auto) _params(Context const & context)

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected