MCPcopy Create free account
hub / github.com/GJDuck/e9patch / operator<

Method operator<

src/e9patch/e9trampoline.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 bool operator<(const Label &l) const
101 {
102 if (addr != l.addr)
103 return (addr < l.addr);
104 return (strcmp(name, l.name) < 0);
105 }
106};
107typedef std::map<Label, intptr_t> LabelSet;
108

Callers

nothing calls this directly

Calls 1

strcmpFunction · 0.85

Tested by

no test coverage detected