MCPcopy Create free account
hub / github.com/MITK/MITK / operator <

Method operator <

Modules/CppMicroServices/src/usModuleResource.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139bool ModuleResource::operator <(const ModuleResource& resource) const
140{
141 return this->GetResourcePath() < resource.GetResourcePath();
142}
143
144bool ModuleResource::operator ==(const ModuleResource& resource) const
145{

Callers

nothing calls this directly

Calls 1

GetResourcePathMethod · 0.95

Tested by

no test coverage detected