
4 Nov
2006
4 Nov
'06
2:34 a.m.
Since many applications depend on case-insensitive searches, it might be a good idea to define a hash object ihash that converts an input string to lower case before calling the standard hash function on it. It could be used with the is_iequal predicate from the string algorithm library in hash_sets, hash_maps, etc. Joe Gottman