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

Function SimpleMapSerializable

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

Source from the content-addressed store, hash-verified

44
45struct SimpleMapSerializable {
46 SimpleMapSerializable() = default;
47 SimpleMapSerializable(::std::mt19937_64& gen) : i(gen()) {
48 for (size_t i = 0; i < gen() % 10; ++i) {
49 s.emplace(gen(), gen());

Callers

nothing calls this directly

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected