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

emplaceMethod · 0.45

Tested by

no test coverage detected