Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
multimap.hpp File Reference
#include <map>
#include <utility>
#include <ext/ostream>
#include <ext/pair>
#include <extensions/range.hpp>
Include dependency graph for multimap.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::ostreamext::operator<< (ext::ostream &out, const ext::multimap< T, R, Ts ... > &multimap)
 Operator to print the multimap to the output stream. More...