Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
deque.hpp File Reference
#include <deque>
#include <ext/ostream>
#include <extensions/range.hpp>
Include dependency graph for deque.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ext::deque< T, Alloc >
 Class extending the deque 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 ... Ts>
ext::ostreamext::operator<< (ext::ostream &out, const ext::deque< T, Ts ... > &list)
 Operator to print the deque to the output stream. More...