Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
diagnose
Method · 0.85
json.cpp
File · 0.85
main
Function · 0.85
diagnose
Method · 0.85
diagnose
Method · 0.85
attr_search_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected