MCPcopy Create free account
hub / github.com/SOUI2/soui / operator<

Method operator<

utilities/include/string/tstring.h:1041–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 }
1040
1041 friend inline bool __stdcall operator<(const TStringT& s1, const TStringT& s2)
1042 {
1043 return s1.Compare(s2) < 0;
1044 }
1045 friend inline bool __stdcall operator<(const TStringT& s1, const tchar* s2)
1046 {
1047 return s1.Compare(s2) < 0;

Callers

nothing calls this directly

Calls 1

CompareMethod · 0.45

Tested by

no test coverage detected