MCPcopy Create free account
hub / github.com/deskflow/deskflow / equal

Method equal

src/lib/base/String.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156bool CaselessCmp::equal(const std::string &a, const std::string &b)
157{
158 return !(less(a, b) || less(b, a));
159}
160
161bool CaselessCmp::cmpLess(const std::string::value_type &a, const std::string::value_type &b)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected