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

Function _attr

include/boost/parser/parser.hpp:3006–3012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3004
3005 template<typename Context>
3006 decltype(auto) _attr(Context const & context)
3007 {
3008 if constexpr (detail::is_nope_v<decltype(*context.attr_)>)
3009 return none{};
3010 else
3011 return *context.attr_;
3012 }
3013
3014 template<typename Context>
3015 decltype(auto) _where(Context const & context)

Callers 15

json.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
callback_json.cppFile · 0.85
mainFunction · 0.85
parse_empty.cppFile · 0.85
mainFunction · 0.85
github_issue_125Function · 0.85
github_issues.cppFile · 0.85
parser_action.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected