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

Function ComplexVectorSerializable

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected