MCPcopy Create free account
hub / github.com/baidu/babylon / operator()

Method operator()

test/serialization/test_compatible.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247struct IntSerializableHash {
248 size_t operator()(IntSerializable s) const noexcept {
249 return s.v;
250 }
251};
252struct IntSerializableEqual {
253 bool operator()(IntSerializable l, IntSerializable r) const noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected