|
GiNaC 1.8.9
|
Replacement for map<> using hash tables. More...
#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | GiNaC |
Typedefs | |
| template<typename T , class Hash = std::hash<ex>, class KeyEqual = std::equal_to<ex>, class Allocator = std::allocator<std::pair<const ex, T>>> | |
| using | GiNaC::exhashmap = std::unordered_map< ex, T, Hash, KeyEqual, Allocator > |
Replacement for map<> using hash tables.
Definition in file hash_map.h.