Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ SimpleSetSerializable
Function
SimpleSetSerializable
test/serialization/test_set.cpp:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
struct SimpleSetSerializable {
42
SimpleSetSerializable() = default;
43
SimpleSetSerializable(::std::mt19937_64& gen) : i(gen()) {
44
::std::vector<float> sample(gen() % 10, gen());
45
s.insert(sample.begin(), sample.end());
Callers
nothing calls this directly
Calls
3
insert
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected