MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Hash

Method Hash

framework/src/service/ServiceReferenceBase.cpp:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 std::size_t
231 ServiceReferenceBase::Hash() const
232 {
233 return std::hash<std::shared_ptr<ServiceRegistrationCoreInfo>>()(this->d.Load()->coreInfo);
234 }
235
236 std::ostream&
237 operator<<(std::ostream& os, ServiceReferenceBase const& serviceRef)

Callers 1

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected