Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ bigObject
Method
bigObject
test/pointer.cpp:49–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
value
50
bigObject() const
51
{
52
object result;
53
for (int i = 0; i < 50; ++i)
54
{
55
result.emplace(std::to_string(i), i);
56
}
57
return result;
58
}
59
60
public:
61
void
Callers
nothing calls this directly
Calls
1
emplace
Method · 0.80
Tested by
no test coverage detected