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

Function ComplexListSerializable

test/serialization/test_list.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61struct ComplexListSerializable {
62 ComplexListSerializable() = default;
63 ComplexListSerializable(::std::mt19937_64& gen) : s(gen() % 10, gen) {}
64
65 bool operator==(const ComplexListSerializable& o) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected