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

Function SimpleVectorSerializable

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected