Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
unordered_map.hpp File Reference
#include <unordered_map>
#include <ext/ostream>
#include <extensions/range.hpp>
Include dependency graph for unordered_map.hpp:

Go to the source code of this file.

Data Structures

class  ext::unordered_map< T, R, Hash, KeyEqual, Alloc >
 Class extending the unordered_map class from the standard library. Original reason is to allow printing of the container with overloaded operator <<. More...
 

Namespaces

namespace  ext
 

Functions

template<class T , class R , class ... Ts>
ext::ostreamext::operator<< (ext::ostream &out, const ext::unordered_map< T, R, Ts ... > &unordered_map)
 Operator to print the unordered_map to the output stream. More...