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

Function _where

include/boost/parser/parser.hpp:3015–3018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3013
3014 template<typename Context>
3015 decltype(auto) _where(Context const & context)
3016 {
3017 return *context.where_;
3018 }
3019
3020 template<typename Context>
3021 decltype(auto) _begin(Context const & context)

Callers 6

diagnoseMethod · 0.85
json.cppFile · 0.85
mainFunction · 0.85
diagnoseMethod · 0.85
diagnoseMethod · 0.85
attr_search_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected