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::map< T, R, Cmp, Alloc > |
Class extending the 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::map< T, R, Ts ... > &map) |
Operator to print the map to the output stream. More... | |