MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / operator !=

Function operator !=

libhsclient/string_ref.hpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54inline bool
55operator !=(const string_ref& x, const string_ref& y) {
56 return (x.size() != y.size()) ||
57 (::memcmp(x.begin(), y.begin(), x.size()) != 0);
58}
59
60};
61

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected