Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
forward_list.hpp File Reference
#include <forward_list>
#include <ostream>
#include <extensions/range.hpp>
Include dependency graph for forward_list.hpp:

Go to the source code of this file.

Data Structures

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