MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / operator<

Function operator<

source/util/bstring.cpp:1107–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107bool operator<(const BString& s2, const BString& s1) {
1108 return s2.compareTo(s1) < 0;
1109}
1110
1111bool operator<(const BString& s2, const char* s1) {
1112 return s2.compareTo(s1) < 0;

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.80

Tested by

no test coverage detected