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