27#ifndef __OdString_Hasher_H__
28#define __OdString_Hasher_H__
30template<
int sizeof_
size_t = sizeof(
size_t)>
47 h = (h << 4) + *pos++;
48 if((g = (h & 0xf00000000)) != 0)
68 h = (h << 4) + *pos++;
69 if((g = (h & 0xf000000000000000)) != 0)
const OdChar * c_str() const
size_t operator()(const OdString &key) const
size_t operator()(const OdString &key) const
size_t operator()(const OdString &key) const