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

Function _globals

include/boost/parser/parser.hpp:3057–3063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3055
3056 template<typename Context>
3057 decltype(auto) _globals(Context const & context)
3058 {
3059 if constexpr (detail::is_nope_v<decltype(*context.globals_)>)
3060 return none{};
3061 else
3062 return *context.globals_;
3063 }
3064
3065 template<typename Context>
3066 decltype(auto) _no_case(Context const & context)

Callers 3

json.cppFile · 0.85
tracing.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected