Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
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::ostream & | ext::operator<< (ext::ostream &out, const ext::unordered_map< T, R, Ts ... > &unordered_map) |
Operator to print the unordered_map to the output stream. More... | |