MCPcopy Create free account
hub / github.com/baidu/babylon / ComplexMapSerializable

Function ComplexMapSerializable

test/serialization/test_map.cpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69} // namespace std
70struct ComplexMapSerializable {
71 ComplexMapSerializable() = default;
72 ComplexMapSerializable(::std::mt19937_64& gen) {
73 for (size_t i = 0; i < gen() % 10; ++i) {
74 s.emplace(gen, gen);

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected