#include <ext/hash_map>
#include <cstddef>
#include <iosfwd>
Include dependency graph for ShHashMap.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | SH |
Defines | |
#define | SH_STD_HASH(T) |
The interface is the common subset of functionality available in both implementations. (This means that some of the "unusual" methods in the VC++ implementation that really shouldn't be methods like lower_bound, upper_bound, etc. are not available)
The Less functor is only used in VS .NET, and the Equal functor is only used under libstdc++.
Definition in file ShHashMap.hpp.