Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <map>
#include <utility>
#include <ext/ostream>
#include <ext/pair>
#include <extensions/range.hpp>
Go to the source code of this file.
Data Structures | |
class | ext::multimap< T, R, Cmp, Alloc > |
Class extending the multimap 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::multimap< T, R, Ts ... > &multimap) |
Operator to print the multimap to the output stream. More... | |