Home
last modified time | relevance | path

Searched defs:CaseInsensitiveComparator (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h167 struct CaseInsensitiveComparator { struct
168 bool operator() (const std::string& first, const std::string& second) const in operator()