Class
CaseInsensitiveStringCompare
Source from the content-addressed store, hash-verified
| 354 | }; |
| 355 | |
| 356 | struct CaseInsensitiveStringCompare { |
| 357 | bool operator()(String const& lhs, String const& rhs) const; |
| 358 | }; |
| 359 | |
| 360 | typedef HashSet<String> StringSet; |
| 361 | |