MCPcopy 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
41struct 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

insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected