Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ proxy
Method
proxy
example/proxy.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
public:
19
explicit
20
proxy(value& jv) noexcept
21
: jv_(jv)
22
{
23
}
24
25
proxy
26
operator[](string_view key)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected