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

Function operator!=

source/util/bstring.cpp:1099–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099bool operator!=(const BString& s2, const BString& s1) {
1100 return s2.compareTo(s1) != 0;
1101}
1102
1103bool operator!=(const BString& s2, const char* s1) {
1104 return s2.compareTo(s1) != 0;

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.80

Tested by

no test coverage detected