Searched defs:ComparableStringVector (Results 1 – 1 of 1) sorted by relevance
1513 struct ComparableStringVector : std::vector<std::string> { struct1517 bool operator<(const ComparableStringVector &rhs) const { in operator <()