Scroom 0.14-48-ga0fee447
Loading...
Searching...
No Matches
hash_map.h
Go to the documentation of this file.
1
14#pragma once
15
16#include <hash_map>
17//using stdext::hash_map;
18
19template<typename Key>
20class hash;
21template<typename Key>
23
24template<typename Key, typename Val, typename HashFcn, typename EqualKey, typename Alloc>
26
27template<typename Key, typename Val>
28class hash_map<Key, Val, hash<Key>, equal_to<Val> > : public stdext::hash_map<Key, Val> {};
Definition hash_map.h:22
Definition hash_map.h:25
Definition hash_map.h:20