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

Method operator<

src/test/test.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 char m_aData[IO_MAX_PATH_LENGTH];
64
65 bool operator<(const CTestInfoPath &Other) const
66 {
67 if(m_IsDirectory != Other.m_IsDirectory)
68 {
69 return m_IsDirectory < Other.m_IsDirectory;
70 }
71 return str_comp(m_aData, Other.m_aData) > 0;
72 }
73};
74
75class CTestCollectData

Callers

nothing calls this directly

Calls 1

str_compFunction · 0.85

Tested by

no test coverage detected