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

Function SimpleSharedPtrSerializable

test/serialization/test_shared_ptr.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97struct SimpleSharedPtrSerializable {
98 SimpleSharedPtrSerializable() = default;
99 SimpleSharedPtrSerializable(::std::mt19937_64& gen) : s {new int(gen())} {}
100
101 bool operator==(const SimpleSharedPtrSerializable& o) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected