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

Function _params

include/boost/parser/parser.hpp:3048–3054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3046
3047 template<typename Context>
3048 decltype(auto) _params(Context const & context)
3049 {
3050 if constexpr (detail::is_nope_v<decltype(*context.params_)>)
3051 return none{};
3052 else
3053 return *context.params_;
3054 }
3055
3056 template<typename Context>
3057 decltype(auto) _globals(Context const & context)

Callers 2

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected