MCPcopy Create free account
hub / github.com/MITK/MITK / ResourceComparator

Class ResourceComparator

Modules/CppMicroServices/test/usStaticModuleResourceTest.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40struct ResourceComparator {
41 bool operator()(const ModuleResource& mr1, const ModuleResource& mr2) const
42 {
43 return mr1 < mr2;
44 }
45};
46
47void testResourceOperators(Module* module)
48{

Callers 1

Calls

no outgoing calls

Tested by 1