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

Function ComplexArraySerializable

test/serialization/test_array.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87struct ComplexArraySerializable {
88 ComplexArraySerializable() = default;
89 ComplexArraySerializable(::std::mt19937_64& gen) : s {gen, gen, gen, gen} {}
90
91 bool operator==(const ComplexArraySerializable& o) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected