Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ ComplexSetSerializable
Function
ComplexSetSerializable
test/serialization/test_set.cpp:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
} // namespace std
65
struct ComplexSetSerializable {
66
ComplexSetSerializable() = default;
67
ComplexSetSerializable(::std::mt19937_64& gen) {
68
for (size_t i = 0; i < gen() % 10; ++i) {
69
s.emplace(gen);
Callers
nothing calls this directly
Calls
1
emplace
Method · 0.45
Tested by
no test coverage detected