![]() |
ATLAS Offline Software
|
Hash functional for keys. More...
Public Member Functions | |
| size_t | operator() (const val_t p) const |
| Hash function from the underlying representation type. | |
| size_t | operator() (const std::string &s) const |
| Hash function from a std::string. | |
Public Attributes | |
| std::hash< std::string > | m_hash |
| Hash functional. | |
Hash functional for keys.
The key can be either a std::string or the representation type used by the underlying map.
Definition at line 764 of file ConcurrentStrToValMap.h.
| size_t CxxUtils::ConcurrentStrToValMap< VALUE, UPDATER >::Hasher::operator() | ( | const std::string & | s | ) | const |
Hash function from a std::string.
| size_t CxxUtils::ConcurrentStrToValMap< VALUE, UPDATER >::Hasher::operator() | ( | const val_t | p | ) | const |
Hash function from the underlying representation type.
| std::hash<std::string> CxxUtils::ConcurrentStrToValMap< VALUE, UPDATER >::Hasher::m_hash |
Hash functional.
Definition at line 771 of file ConcurrentStrToValMap.h.