GiNaC 1.8.7
Namespaces | Typedefs
hash_map.h File Reference

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 >
 

Detailed Description

Replacement for map<> using hash tables.

Definition in file hash_map.h.


This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.