MCPcopy Create free account
hub / github.com/apache/brpc / operator()

Method operator()

src/butil/strings/string_util.h:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119template<typename Char> struct CaseInsensitiveCompareASCII {
120 public:
121 bool operator()(Char x, Char y) const {
122 return ToLowerASCII(x) == ToLowerASCII(y);
123 }
124};
125
126// These threadsafe functions return references to globally unique empty

Callers

nothing calls this directly

Calls 1

ToLowerASCIIFunction · 0.85

Tested by

no test coverage detected