summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data_comparator_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-5/+4
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-191-1/+11
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-0/+90
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-241-0/+48