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::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... | |