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

Function SimpleListSerializable

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

Source from the content-addressed store, hash-verified

48
49struct SimpleListSerializable {
50 SimpleListSerializable() = default;
51 SimpleListSerializable(::std::mt19937_64& gen) : s(gen() % 10, gen()) {}
52
53 bool operator==(const SimpleListSerializable& o) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected