1 #ifndef GAUDIKERNEL_HASHMAP_H
2 #define GAUDIKERNEL_HASHMAP_H 1
5 #include "GaudiKernel/Map.h"
6 #include "GaudiKernel/Hash.h"
7 #include <unordered_map>
73 template <
typename K,
typename T,
75 typename M = std::unordered_map<K,T,H>
84 #endif // GAUDIKERNEL_GAUDIHASHMAP_H
hasher hash_funct() const
KeyedObjectManager< hashmap > HashMap
Forward declaration of specialized std::hashmap-like object manager.
Forward declarations for the functions in SerializeSTL.h.
KeyedObjectManager< map > Map
Forward declaration of specialized std::map-like object manager.