| 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) |
no test coverage detected