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

Method operator<

testing/unittest/testframework.h:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 virtual void run() {}
114
115 bool operator<(const UnitTest& u) const
116 {
117 return name < u.name;
118 }
119};
120
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected